diff options
Diffstat (limited to 'gas/config/te-sco386.h')
-rw-r--r-- | gas/config/te-sco386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h index 8b38cd4..da8de1d 100644 --- a/gas/config/te-sco386.h +++ b/gas/config/te-sco386.h @@ -3,3 +3,5 @@ /* Return true if s (a non null string pointer), points to a local variable name. */ #define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L') + +/* end of te-sco386.h */ |