Mercurial > emacs
annotate src/s/386bsd.h @ 4663:5f0ff5c890a8
* etags.c (L_isdef, L_isquote, L_getit): small optimisations.
(L_funcs): the (foo::defmumble stuff now should work.
(consider_token): function returned random value--corrected.
(C_entries): corrected == versus = typo.
* etags.c (FINCST): added the fignore status. Means we are
after the parameter list and before the open curly brace.
Allows correct parsing of C++ constructors.
(C_entries, consider_token): make use of fignore.
(consider_token): reset funcdef when next_token_is_func: when in
ctags mode makes DEFVAR and others work better.
(L_isquote): function that recognises the "(quote" string.
(L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 06 Sep 1993 11:39:39 +0000 |
parents | fd05e9662279 |
children | 50216826c507 |
rev | line source |
---|---|
3381
de9c7511a85c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3380
diff
changeset
|
1 /* s/ file for 386bsd system. */ |
de9c7511a85c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3380
diff
changeset
|
2 |
3380 | 3 /* Get most of the stuff from bsd4.3 */ |
4 #include "bsd4-3.h" | |
5 | |
4271
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
6 #undef LIB_STANDARD |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
7 #define LIB_STANDARD -lc $(GNULIB_VAR) |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
8 |
3590 | 9 /* The following should be set to /netbsd if you are running netbsd > 0.8 |
3380 | 10 Or just link /netbsd -> /386bsd */ |
11 #undef KERNEL_FILE | |
12 #define KERNEL_FILE "/386bsd" | |
13 | |
14 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | |
15 | |
16 /* Need to use GNU make, as system make has problems */ | |
17 #define MAKE_COMMAND gmake | |
18 #define LIBS_DEBUG | |
3417
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
19 |
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
20 /* For mem-limits.h. */ |
88e091efba6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
3381
diff
changeset
|
21 #define BSD4_2 |
4234
19f077831e72
(DECLARE_GETPWUID_WITH_UID_T): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
3590
diff
changeset
|
22 |
19f077831e72
(DECLARE_GETPWUID_WITH_UID_T): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
3590
diff
changeset
|
23 /* This affects a declaration in xrdb.c. */ |
19f077831e72
(DECLARE_GETPWUID_WITH_UID_T): Declared.
Richard M. Stallman <rms@gnu.org>
parents:
3590
diff
changeset
|
24 #define DECLARE_GETPWUID_WITH_UID_T |
4271
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
25 |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
26 /* Reread the time zone on startup. */ |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
27 #define LOCALTIME_CACHE |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
28 |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
29 /* rich@lamprey.utmb.edu says needed for job control in subshells. */ |
fd05e9662279
(LOCALTIME_CACHE): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4234
diff
changeset
|
30 #define HAVE_SETSID |