cmd: getline now a dirty word (James Toy)
This commit is contained in:
parent
db56dbf36b
commit
735f014c33
3 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|||
THIS SOFTWARE.
|
||||
****************************************************************/
|
||||
|
||||
#define getline p9getline
|
||||
|
||||
extern int yywrap(void);
|
||||
extern void setfname(Cell *);
|
||||
extern int constnode(Node *);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "e.h"
|
||||
|
||||
#define getline p9getline
|
||||
#undef inline
|
||||
#define inline _einline
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#define getline p9getline
|
||||
|
||||
/*
|
||||
* other
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue