From d5d908dda655c791329563522faad42d7e4ee618 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 12 Jul 2015 00:11:56 -0700 Subject: 1766 --- html/022boolean.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/022boolean.cc.html') diff --git a/html/022boolean.cc.html b/html/022boolean.cc.html index c5b5bcff..a23df2d2 100644 --- a/html/022boolean.cc.html +++ b/html/022boolean.cc.html @@ -35,7 +35,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } :(before "End Primitive Recipe Declarations") AND, :(before "End Primitive Recipe Numbers") -Recipe_number["and"] = AND; +Recipe_ordinal["and"] = AND; :(before "End Primitive Recipe Implementations") case AND: { bool result = true; @@ -77,7 +77,7 @@ recipe main [ :(before "End Primitive Recipe Declarations") OR, :(before "End Primitive Recipe Numbers") -Recipe_number["or"] = OR; +Recipe_ordinal["or"] = OR; :(before "End Primitive Recipe Implementations") case OR: { bool result = false; @@ -119,7 +119,7 @@ recipe main [ :(before "End Primitive Recipe Declarations") NOT, :(before "End Primitive Recipe Numbers") -Recipe_number["not"] = NOT; +Recipe_ordinal["not"] = NOT; :(before "End Primitive Recipe Implementations") case NOT: { products.resize(ingredients.size()); -- cgit 1.4.1-2-gfad0