force all files to end in "/* end of filename"
[deliverable/binutils-gdb.git] / gas / config / te-sco386.h
1 /* Machine specific defines for the SCO Unix V.3.2 ODT */
2 #define scounix
3
4 /* Return true if s (a non null string pointer), points to a local variable name. */
5 #define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L')
6
7 /* end of te-sco386.h */
This page took 0.036168 seconds and 5 git commands to generate.