diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-30 15:31:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-30 15:31:35 +0000 |
commit | 1426f6f91e5c7ee95553275957113589cc45a6c3 (patch) | |
tree | 17cf4e3c3c106510b61441d9a0d3fc8df86ba10d /src/m/orion105.h | |
parent | 284f4730f4ba5148bdb88537d22059cd66ce1536 (diff) | |
download | emacs-1426f6f91e5c7ee95553275957113589cc45a6c3.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/m/orion105.h')
-rw-r--r-- | src/m/orion105.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/m/orion105.h b/src/m/orion105.h index 9820b6cd3b7..58371ca8d7f 100644 --- a/src/m/orion105.h +++ b/src/m/orion105.h @@ -78,13 +78,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Arguments to ignore before argc in crt0.c. */ #define DUMMIES dummy1, dummy2, - -/* dbx can't cope so what the heck - currently (July 88) eval.c causes - * the compiler to go into an infinite loop - so compile it by hand - * cc -c -Demacs eval.c - * before running make - */ -#define C_DEBUG_SWITCH -O - -/* Since not debugging don't add dbx lib */ -#define LIBS_DEBUG |