aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTom Marshall <tdm.code@gmail.com>2018-03-06 23:28:59 +0100
committerTom Marshall <tdm.code@gmail.com>2019-01-08 14:26:12 -0800
commit9c43dddc626acbafd0dc994478cfd2ada670e61c (patch)
treece54521f5dae6bf6f8dfcf51becc5da3de48d5c7 /proto.h
parentb221ebdcd9ade2e830f3fba17bdffbc2747e9aa9 (diff)
downloadandroid_external_one-true-awk-lineage-16.0.tar.gz
android_external_one-true-awk-lineage-16.0.tar.bz2
android_external_one-true-awk-lineage-16.0.zip
awk: Add libawk_main for recovery and fixup symbolsHEADlineage-16.0
Change-Id: I9d7c1c224db05ae523b081b82a588d5e7ac0bf6d
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 9a657ef..e185200 100644
--- a/proto.h
+++ b/proto.h
@@ -22,6 +22,12 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
+#define execute awk_execute
+#define yyerror awk_yyerror
+#define yylex awk_yylex
+#define tfree awk_tfree
+#define hash awk_hash
+
extern int yywrap(void);
extern void setfname(Cell *);
extern int constnode(Node *);