cmd: getline now a dirty word (James Toy)

This commit is contained in:
Russ Cox 2009-05-31 15:34:40 -07:00
parent db56dbf36b
commit 735f014c33
3 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,8 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE. THIS SOFTWARE.
****************************************************************/ ****************************************************************/
#define getline p9getline
extern int yywrap(void); extern int yywrap(void);
extern void setfname(Cell *); extern void setfname(Cell *);
extern int constnode(Node *); extern int constnode(Node *);

View file

@ -1,5 +1,6 @@
#include "e.h" #include "e.h"
#define getline p9getline
#undef inline #undef inline
#define inline _einline #define inline _einline

View file

@ -1,3 +1,5 @@
#define getline p9getline
/* /*
* other * other
*/ */