Skip to content

Commit

Permalink
commented out unused 'find_error' string
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick authored and olebole committed Jan 28, 2024
1 parent 5b978fb commit 9f55961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utilities/nttools/texpand/parser.x
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int opstack[MAXSTACK]
pointer sp, rb, work, value, valstack, nxtval, colname, colval
pointer idstack[MAXSTACK]

string find_error "Column name or type mismatch"
#string find_error "Column name or type mismatch"
string stack_error "Stack overflow"
string oper_error "Operator expected"
string ident_error "Identifier expected"
Expand Down

0 comments on commit 9f55961

Please sign in to comment.