diff mc-macro.h @ 851:beb59eb56bb4

change method name from getline to getline_
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 19 Nov 2011 18:43:00 +0900
parents 76761a18703b
children 4640447d80ef
line wrap: on
line diff
--- a/mc-macro.h	Sat Sep 24 02:00:01 2011 +0900
+++ b/mc-macro.h	Sat Nov 19 18:43:00 2011 +0900
@@ -25,7 +25,7 @@
 extern void macro_expansion(NMTBL *nptrm);
 extern int macroeq(char *n);
 extern void check_macro_eof();
-extern void getline(void);
+extern void getline_(void);
 extern void macro_define(char *macro);
 extern char *chinput;
 extern char *mappend(int lists,char **result);