summaryrefslogtreecommitdiff
path: root/05/constants.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-08 14:37:39 -0500
committerpommicket <pommicket@gmail.com>2022-01-08 14:37:39 -0500
commit3d0adb5f6fd92696513d332bfe17eb38f07f9499 (patch)
tree9c21a23750764ac4767489ed81c68a741a128735 /05/constants.b
parentac6cb985dbb0a7a1bf6311a0e9fd53033cf7ab94 (diff)
start translation phase 4
Diffstat (limited to '05/constants.b')
-rw-r--r--05/constants.b24
1 files changed, 24 insertions, 0 deletions
diff --git a/05/constants.b b/05/constants.b
index 852d714..aab3b08 100644
--- a/05/constants.b
+++ b/05/constants.b
@@ -106,3 +106,27 @@
:str_hash_hash
string ##
byte 0
+:str_error
+ string error
+ byte 0
+:str_define
+ string define
+ byte 0
+:str_include
+ string include
+ byte 0
+:str_ifdef
+ string ifdef
+ byte 0
+:str_ifndef
+ string ifndef
+ byte 0
+:str_if
+ string if
+ byte 0
+:str_elif
+ string elif
+ byte 0
+:str_else
+ string else
+ byte 0