1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/nawk/files/patch-awk.h
Wen Heping 022b90a503 - Update to 20100209
PR:		ports/146172
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	maintainer(timeout, >2 weeks)
2010-05-19 05:44:33 +00:00

16 lines
336 B
C

--- awk.h.orig 2004/12/30 01:52:48 1.11
+++ awk.h 2008/06/04 14:04:42 1.12
@@ -127,6 +127,12 @@
#define FTOUPPER 12
#define FTOLOWER 13
#define FFLUSH 14
+#define FAND 15
+#define FFOR 16
+#define FXOR 17
+#define FCOMPL 18
+#define FLSHIFT 19
+#define FRSHIFT 20
/* Node: parse tree is made of nodes, with Cell's at bottom */