about summary refs log tree commit diff stats
path: root/026assert.cc
diff options
context:
space:
mode:
Diffstat (limited to '026assert.cc')
-rw-r--r--026assert.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/026assert.cc b/026assert.cc
index 557bb780..f864d43e 100644
--- a/026assert.cc
+++ b/026assert.cc
@@ -8,7 +8,7 @@ recipe main [
 :(before "End Primitive Recipe Declarations")
 ASSERT,
 :(before "End Primitive Recipe Numbers")
-Recipe_number["assert"] = ASSERT;
+Recipe_ordinal["assert"] = ASSERT;
 :(before "End Primitive Recipe Implementations")
 case ASSERT: {
   assert(SIZE(ingredients) == 2);