diff options
Diffstat (limited to 'cuobjdump_to_ptxplus/sass.l')
| -rw-r--r-- | cuobjdump_to_ptxplus/sass.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuobjdump_to_ptxplus/sass.l b/cuobjdump_to_ptxplus/sass.l index bcbb6b8..ebe4897 100644 --- a/cuobjdump_to_ptxplus/sass.l +++ b/cuobjdump_to_ptxplus/sass.l @@ -41,6 +41,7 @@ void sass_error(const char*); %} %option noyywrap %option yylineno +%option nounput /*Regular expresions go here*/ alpha [a-zA-Z] |
