*** Library/Implementation/HTUtils.h		Sun Sep 25 15:15:29 1994
--- Library/Implementation/HTUtils.h.patch	Tue Nov  8 11:11:16 1994
***************
*** 156,162 ****
--- 156,166 ----
  #define PRIVATE static          /* Accessible only within this module */
  
  #ifdef __STDC__
+ 
+ #ifndef sco			/* sco doesn't know const */
  #define CONST const             /* "const" only exists in STDC */
+ #else
+ #define CONST
+ #endif
+ 
  #define NOPARAMS (void)
  #define PARAMS(parameter_list) parameter_list
  #define NOARGS (void)
