cmd: getline now a dirty word (James Toy)
This commit is contained in:
parent
db56dbf36b
commit
735f014c33
@ -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 *);
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
#include "e.h"
|
#include "e.h"
|
||||||
|
|
||||||
|
#define getline p9getline
|
||||||
#undef inline
|
#undef inline
|
||||||
#define inline _einline
|
#define inline _einline
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
#define getline p9getline
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* other
|
* other
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user