]> git.sur5r.net Git - cc65/blobdiff - src/cc65/symentry.h
Fixed an error: For symbols declared as extern in local scope, the name for
[cc65] / src / cc65 / symentry.h
index 900d2ee5fbc8b1f18e52aa8bc4e833e19262cb59..08cac8d8063cc3a42ec8a4aa5a8400214b89bf59 100644 (file)
@@ -252,6 +252,9 @@ INLINE int SymHasAttr (const SymEntry* Sym, DeclAttrType A)
 void SymUseAttr (SymEntry* Sym, struct Declaration* D);
 /* Use the attributes from the declaration for this symbol */
 
+void SymSetAsmName (SymEntry* Sym);
+/* Set the assembler name for an external symbol from the name of the symbol */
+
 void CvtRegVarToAuto (SymEntry* Sym);
 /* Convert a register variable to an auto variable */