diff options
| author | Tim Rogers <[email protected]> | 2018-10-05 13:47:43 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-05 13:47:43 -0400 |
| commit | cbdf8bd70cf5707dada1741d98125b60c0db7843 (patch) | |
| tree | 4c9922bb24174c08873a96c101887cb24b0cdec4 /libcuda | |
| parent | 77a18471d485b2a5bad8cf140185d41fd9d35055 (diff) | |
| parent | 52e742bc355f202f965177113b382c0fb7243f61 (diff) | |
Merge pull request #78 from fusiled/dev
libcuda: removed comment from cuobjdump.l
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuobjdump.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcuda/cuobjdump.l b/libcuda/cuobjdump.l index 0953ea1..2b0dac8 100644 --- a/libcuda/cuobjdump.l +++ b/libcuda/cuobjdump.l @@ -143,7 +143,6 @@ newlines {newline}+ /* Looking for the identifier (filename) then the header is done */ - /* <endheader>[[:alnum:]_\./]+ yylval.string_value = strdup(yytext); yy_pop_state(); return FILENAME; */ <endheader>{notnewline}+ yylval.string_value = strdup(yytext); yy_pop_state(); return IDENTIFIER; |
