summaryrefslogtreecommitdiff
path: root/05/constants.b
diff options
context:
space:
mode:
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