mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Ditto.
This commit is contained in:
parent
1e1cea296a
commit
e98091cf8d
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "e.h"
|
#include "e.h"
|
||||||
|
|
||||||
#undef inline
|
#undef inline
|
||||||
#define inline _inline
|
#define inline _einline
|
||||||
|
|
||||||
#define MAXLINE 3600 /* maximum input line */
|
#define MAXLINE 3600 /* maximum input line */
|
||||||
|
|
||||||
|
|
|
@ -40,3 +40,6 @@ eqn.c: y.tab.c prevy.tab.h
|
||||||
|
|
||||||
prevy.tab.h: y.tab.h
|
prevy.tab.h: y.tab.h
|
||||||
sh -c 'cmp -s y.tab.h prevy.tab.h || cp y.tab.h prevy.tab.h'
|
sh -c 'cmp -s y.tab.h prevy.tab.h || cp y.tab.h prevy.tab.h'
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f eqn.c prevy.tab.h
|
||||||
|
|
Loading…
Reference in a new issue