mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
*** empty log message ***
This commit is contained in:
parent
cf91c6c810
commit
dc5a70f1f4
@ -255,10 +255,9 @@ FRC:
|
||||
|
||||
clean mostlyclean:
|
||||
cd src; make clean
|
||||
cd lib-src; make clean
|
||||
if [ `/bin/pwd` != `(cd ${DESTDIR}${LIBDIR}; /bin/pwd)` ] ; then \
|
||||
cd etc; make clean; \
|
||||
cd arch-lib; make clean; \
|
||||
if [ `/bin/pwd` != `(cd ${emacsdir}; /bin/pwd)` ] ; then \
|
||||
(cd etc; make clean); \
|
||||
(cd lib-src; make clean); \
|
||||
else true; \
|
||||
fi
|
||||
cd oldXMenu; make clean
|
||||
|
@ -68,11 +68,6 @@ NOTE-END */
|
||||
|
||||
/* #define WORD_MACHINE */
|
||||
|
||||
/* Define how to take a char and sign-extend into an int.
|
||||
On machines where char is signed, this is a no-op. */
|
||||
|
||||
#define SIGN_EXTEND_CHAR(c) (c)
|
||||
|
||||
/* Now define a symbol for the cpu type, if your compiler
|
||||
does not define it automatically. */
|
||||
|
||||
|
@ -51,11 +51,6 @@ NOTE-END */
|
||||
|
||||
/* #define WORD_MACHINE */
|
||||
|
||||
/* Define how to take a char and sign-extend into an int.
|
||||
On machines where char is signed, this is a no-op. */
|
||||
|
||||
#define SIGN_EXTEND_CHAR(c) ((signed char) (c))
|
||||
|
||||
/* Now define a symbol for the cpu type, if your compiler
|
||||
does not define it automatically:
|
||||
Ones defined so far include vax, m68000, ns16000, pyramid,
|
||||
|
@ -51,11 +51,6 @@ NOTE-END */
|
||||
|
||||
#undef WORD_MACHINE
|
||||
|
||||
/* Define how to take a char and sign-extend into an int.
|
||||
On machines where char is signed, this is a no-op. */
|
||||
|
||||
#define SIGN_EXTEND_CHAR(c) ((signed char)(c))
|
||||
|
||||
/* Now define a symbol for the cpu type, if your compiler
|
||||
does not define it automatically:
|
||||
Ones defined so far include vax, m68000, ns16000, pyramid,
|
||||
|
@ -44,11 +44,6 @@ NOTE-END */
|
||||
|
||||
#define NO_ARG_ARRAY
|
||||
|
||||
/* Define how to take a char and sign-extend into an int.
|
||||
On machines where char is signed, this is a no-op. */
|
||||
|
||||
#define SIGN_EXTEND_CHAR(c) (c)
|
||||
|
||||
/* Say this machine is a sparc */
|
||||
|
||||
#ifndef sparc
|
||||
|
Loading…
Reference in New Issue
Block a user