]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Fix for section alignment values in ELF objects.
[rmac] / direct.h
index 654c580bf1ff0542db14f65466228e6ce0885a5f..0f9615edd0ea8092a3b7a99028833f20df438b3c 100644 (file)
--- a/direct.h
+++ b/direct.h
 extern TOKEN exprbuf[];
 extern SYM * symbolPtr[];
 extern int (* dirtab[])();
+extern int largestAlign[];
 
 // Exported functions
 void auto_even(void);
-int dep_block(VALUE, WORD, VALUE, WORD, TOKEN *);
+int dep_block(uint32_t, WORD, uint32_t, WORD, TOKEN *);
 int eject(void);
-int abs_expr(VALUE *);
+int abs_expr(uint32_t *);
 int symlist(int(*)());
 
 int d_even(void);