aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/awk
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-05-31 15:34:40 -0700
committerRuss Cox <rsc@swtch.com>2009-05-31 15:34:40 -0700
commit735f014c333161850ac2ab63e52943952fcaa227 (patch)
tree862ed9a5137a6857de930644d0b0fcaf59ea26fd /src/cmd/awk
parentdb56dbf36b30921ab03d512f00388b331bd5da35 (diff)
downloadplan9port-735f014c333161850ac2ab63e52943952fcaa227.tar.gz
plan9port-735f014c333161850ac2ab63e52943952fcaa227.tar.bz2
plan9port-735f014c333161850ac2ab63e52943952fcaa227.zip
cmd: getline now a dirty word (James Toy)
Diffstat (limited to 'src/cmd/awk')
-rw-r--r--src/cmd/awk/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/awk/proto.h b/src/cmd/awk/proto.h
index 1a50145a..f124f4e4 100644
--- a/src/cmd/awk/proto.h
+++ b/src/cmd/awk/proto.h
@@ -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 *);