diff options
-rw-r--r-- | prism_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ /** * This compiler defines its own concept of the location of a node. We do this * because we want to pair line information with node identifier so that we can - * have reproducable parses. */ typedef struct { /** This is the line number of a node. */ |