comparison src/s/vms.h @ 96583:82045a035109

* s/vms.h: * s/usg5-4-2.h: * s/sol2-5.h: * s/freebsd.h: * s/darwin.h: Remove dead code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 03:26:06 +0000
parents 1f134b61867c
children cb1bfa1dca4f
comparison
equal deleted inserted replaced
96582:60af59227f03 96583:82045a035109
208 #define Fread F_read 208 #define Fread F_read
209 209
210 /* Case conflicts with C library srandom. */ 210 /* Case conflicts with C library srandom. */
211 #define Srandom S_random 211 #define Srandom S_random
212 212
213 /* variable length too long... maybe */
214 #if 0
215 #define do_line_insertion_deletion_costs do_line_insertion_deletion_cost
216 #endif
217
218 /* Cause initialization of vmsfns.c to be run. */ 213 /* Cause initialization of vmsfns.c to be run. */
219 #define SYMS_SYSTEM syms_of_vmsfns () 214 #define SYMS_SYSTEM syms_of_vmsfns ()
220 215
221 /* VAXCRTL access doesn't deal with SYSPRV very well (among other oddities...) 216 /* VAXCRTL access doesn't deal with SYSPRV very well (among other oddities...)
222 Here, we use $CHKPRO to really determine access. */ 217 Here, we use $CHKPRO to really determine access. */