diff options
Diffstat (limited to 'gas/gasp.c')
-rw-r--r-- | gas/gasp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -575,7 +575,7 @@ is_flonum (idx, string) if (regcomp (®, "^[0-9]*\\.[0-9]+([eE][+-]?[0-9]+)?", REG_EXTENDED) != 0) return 0; - + rc = regexec (®, &buf.ptr[idx], 0, NULL, 0); sb_kill (&buf); regfree (®); |