diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/CPP-DEFINES | 6 | ||||
-rw-r--r-- | admin/MAINTAINERS | 3 | ||||
-rw-r--r-- | admin/notes/cpp | 4 |
3 files changed, 1 insertions, 12 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index c1fc54bf7a..c32c235ca1 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -220,7 +220,6 @@ LIB_MATH LIB_MOTIF LIB_STANDARD LINKER -LINK_CRTL_SHARE LINUX_VERSION_CODE LISP_FLOAT_TYPE LNOFLSH @@ -232,7 +231,6 @@ MAIL_USE_LOCKF MAIL_USE_POP MAIL_USE_SYSTEM_LOCK MAXPATHLEN -MAX_PRINT_CHARS MIN_PTY_KERNEL_VERSION -- only used on Mac MODE_LINE_BINARY_TEXT MUST_UNDEF__STDC__ @@ -243,13 +241,11 @@ NEED_LIBW NEED_UNISTD_H NLIST_STRUCT NOMULTIPLEJOBS -NONSYSTEM_DIR_LIBRARY NOT_C_CODE NOT_USING_MOTIF NO_ABORT NO_ARG_ARRAY NO_EDITRES -NO_HYPHENS_IN_FILENAMES NO_MATHERR NO_REMAP NO_SHARED_LIBS @@ -287,7 +283,6 @@ SEGMENT_MASK SEPCHAR SETPGRP_RELEASES_CTTY SETUP_SLAVE_PTY -SHARABLE_LIB_BUG SIGALRM SIGCHLD SIGHUP @@ -331,7 +326,6 @@ USG5_4 USG_SUBTTY_WORKS VALBITS VIRT_ADDR_VARIES -VMS WORDS_BIG_ENDIAN WRETCODE XINT diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 805b19a6b7..17a0877b85 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS @@ -116,9 +116,6 @@ Miles Bader src/editfns.c lisp/textmodes/refill.el -Thien-Thi Nguyen - VMS - ============================================================================== 3. ============================================================================== diff --git a/admin/notes/cpp b/admin/notes/cpp index 4f61a595f5..275001369d 100644 --- a/admin/notes/cpp +++ b/admin/notes/cpp @@ -7,9 +7,7 @@ into object files, but also for creating lib-src/Makefile (delimited by comment "start of cpp stuff"). some cpp implementations -insert whitespace in between tokens, which explains the "$(dot)$(dot)" -and "UNEXEC_ALIAS" workarounds for unixoid systems and the bundled -tradcpp/ for vms. [NOTE: tradcpp/ not yet checked in.] +insert whitespace in between tokens. during makefile creation, the preprocessor symbol NOT_C_CODE is defined. this should not be defined for normal .c file compilation. |