aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-11 20:54:00 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-11 20:54:00 +1000
commit6616543991135e032c06a912dccf8c85e9d04953 (patch)
tree5f560c53f0869b4d91102221ac64f9579d8a415a /parser.h
parent83a3706099bd6c5b7c9840e5049b012f5e8bcc5d (diff)
Add breakpoint builtin
darcs-hash:20061111105400-ac50b-18b9165f8719efd45b46e3b3786f7079edd721e7.gz
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 2fccf975..b7c3ea68 100644
--- a/parser.h
+++ b/parser.h
@@ -138,6 +138,7 @@ enum block_type
BEGIN, /**< Unconditional block */
SOURCE, /**< Block created by the . (source) builtin */
EVENT, /**< Block created on event notifier invocation */
+ BREAKPOINT, /**< Breakpoint block */
}
;