22 lines
443 B
Diff
22 lines
443 B
Diff
--- rixc.h.orig
|
|
+++ rixc.h
|
|
@@ -15,6 +15,7 @@
|
|
|
|
void defineRSLSymbols(Object *);
|
|
|
|
+Object *directive(char *key, char *value);
|
|
Object *findByName(char *name);
|
|
Object *findFunctionByFullName(char *name);
|
|
|
|
--- rix.l.orig
|
|
+++ rix.l
|
|
@@ -5,7 +5,7 @@
|
|
#include "ObjectTree.h"
|
|
#include "rix.tab.h" /* Generated by bison. */
|
|
#include "rixc.h"
|
|
-#include "error.h"
|
|
+#include "errors.h"
|
|
|
|
#define INSERT_BUFF_LEN 1024
|
|
#define INDENT_STACK_MAX 512
|