Skip to content
Snippets Groups Projects
Commit 1736b454 authored by sebastien's avatar sebastien
Browse files

Fixed typo introduced in previous commit

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2860 ac1d8469-bf42-47a9-8791-bf33cf982152
parent b1809b24
Branches
Tags
No related merge requests found
......@@ -1706,7 +1706,7 @@ symbol : NAME
| ABAND {$$ = new string("aband");}
| CMS {$$ = new string("cms");}
| NCMS {$$ = new string("ncms");}
| CNUM {$$ = new string("cnmum");}
| CNUM {$$ = new string("cnum");}
;
%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment