diff -C 3 ./ha.h /had/include/ha.h
*** ./ha.h	Thu Jan 12 06:52:18 1995
--- /had/include/ha.h	Thu Jan 26 20:38:22 1995
***************
*** 19,24 ****
--- 19,27 ----
  	HA main include file
  ***********************************************************************/
  
+ /* Contains a small change by Johannes Schwabe to be able to compile
+    under emx 0.9a. Date of change: January 1995. */
+ 
  #include "machine.h" 
  
  #define VERSION	 "0.999" BETA
***************
*** 46,52 ****
  /* Miscalneous routines */
  
  void testsizes(void);
! void *cu_add(unsigned char flags, ...);
  void *cu_getmark(void);
  void cu_relax(void *mark);
  void cu_do(void *mark);
--- 49,56 ----
  /* Miscalneous routines */
  
  void testsizes(void);
! void *cu_add(unsigned /*char*/ flags, ...);
! /* "char" deleted to be able to compile under emx 0.9a */
  void *cu_getmark(void);
  void cu_relax(void *mark);
  void cu_do(void *mark);
