svn path=/trunk/yasm/; revision=450
/* void bcs_initialize(bytecodehead *headp); */
#define bcs_initialize(headp) STAILQ_INIT(headp)
+/* bytecode *bcs_first(bytecodehead *headp); */
+#define bcs_first(headp) STAILQ_FIRST(headp)
+
void bcs_delete(bytecodehead *headp);
/* Adds bc to the list of bytecodes headp.
/* void bcs_initialize(bytecodehead *headp); */
#define bcs_initialize(headp) STAILQ_INIT(headp)
+/* bytecode *bcs_first(bytecodehead *headp); */
+#define bcs_first(headp) STAILQ_FIRST(headp)
+
void bcs_delete(bytecodehead *headp);
/* Adds bc to the list of bytecodes headp.