diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 10 | 
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.16 2001/11/22 15:02:17 ukai Exp $ */ +/* $Id: main.c,v 1.17 2001/11/23 19:00:47 ukai Exp $ */  #define MAINPROGRAM  #include "fm.h"  #include <signal.h> @@ -759,7 +759,7 @@ MAIN(int argc, char **argv, char **envp)  	    if (Currentbuf->frameset != NULL && RenderFrame)  		rFrame();  	    Currentbuf = newbuf; -#ifdef BUFINFO +#ifdef USE_BUFINFO  	    saveBufferInfo();  #endif  	} @@ -1037,7 +1037,7 @@ pushBuffer(Buffer * buf)  	buf->nextBuffer = Currentbuf;  	Currentbuf = buf;      } -#ifdef BUFINFO +#ifdef USE_BUFINFO      saveBufferInfo();  #endif @@ -4419,7 +4419,7 @@ GetWord(Buffer * buf)      return Strnew_charp_n(&lb[b], e - b)->ptr;  } -#ifdef DICT +#ifdef USE_DICT  static void  execdict(char *word)  { @@ -4473,7 +4473,7 @@ dictwordat(void)  {      execdict(GetWord(Currentbuf));  } -#endif				/* DICT */ +#endif				/* USE_DICT */  void  set_buffer_environ(Buffer *buf)  | 
