comparison src/s/isc2-2.h @ 9911:b155247be266

Fix typos in comment.
author Karl Heuer <kwzh@gnu.org>
date Mon, 14 Nov 1994 18:06:28 +0000
parents 2939606b8ef5
children a47af2f30446
comparison
equal deleted inserted replaced
9910:27b7a34664e3 9911:b155247be266
33 33
34 /* Send a signal to a subprocess by "typing" a signal character. */ 34 /* Send a signal to a subprocess by "typing" a signal character. */
35 #define SIGNALS_VIA_CHARACTERS 35 #define SIGNALS_VIA_CHARACTERS
36 36
37 /* -lPW is only needed if not using Gcc. We used to include -lcposix here 37 /* -lPW is only needed if not using Gcc. We used to include -lcposix here
38 for the rename function, but some pepople saus ISC's renames doesn't 38 for the rename function, but some people say ISC's rename doesn't
39 work correctly with Emacs so we use Emacs' emulation instead. */ 39 work correctly with Emacs so we use Emacs' emulation instead. */
40 #if defined (__GNUC__) 40 #if defined (__GNUC__)
41 # define LIB_STANDARD -lcposix -lc 41 # define LIB_STANDARD -lcposix -lc
42 #else /* !__GNUC__ */ 42 #else /* !__GNUC__ */
43 # define LIB_STANDARD -lPW -lc 43 # define LIB_STANDARD -lPW -lc