diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 13:28:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 13:28:32 (GMT) |
commit | 7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c (patch) | |
tree | e7364b4bb34b0a57c4cb321fb2f9f8ddc8223554 /compat | |
parent | 82c2300291ac49bcadd9eddcacbb32f7ba5fe470 (diff) | |
parent | b0f932ecc2a3a32f67e6054aae4411da9d04da39 (diff) | |
download | tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.zip tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.tar.gz tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.tar.bz2 |
sync nmakehlp.c with Tcl version
<p>purge spaces at end of lines
<p>clean-up unix/Makefile.in after carbon removal
Diffstat (limited to 'compat')
-rw-r--r-- | compat/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/unistd.h b/compat/unistd.h index 1a40e90..9a1dcd7 100644 --- a/compat/unistd.h +++ b/compat/unistd.h @@ -25,8 +25,8 @@ #define NULL 0 #endif -/* - * Strict POSIX stuff goes here. Extensions go down below, in the +/* + * Strict POSIX stuff goes here. Extensions go down below, in the * ifndef _POSIX_SOURCE section. */ |