oops - omitted from previous delta

This commit is contained in:
Nick Clifton 1999-07-15 01:33:35 +00:00
parent 2f992c04c2
commit f84dd1f035
1 changed files with 3 additions and 0 deletions

View File

@ -1332,6 +1332,9 @@ dollar_label_name (n, augend)
know (n >= 0);
know (augend == 0 || augend == 1);
p = symbol_name_build;
#ifdef LOCAL_LABEL_PREFIX
*p++ = LOCAL_LABEL_PREFIX;
#endif
*p++ = 'L';
/* Next code just does sprintf( {}, "%d", n); */