switch to text segment before generating the label
authorceriel <none@none>
Thu, 20 Oct 1988 13:23:52 +0000 (13:23 +0000)
committerceriel <none@none>
Thu, 20 Oct 1988 13:23:52 +0000 (13:23 +0000)
util/ceg/defaults/pseudo/C_df_ilb.c

index 105404e..45000af 100644 (file)
@@ -5,6 +5,7 @@
 C_df_ilb( l)
 label l;
 {
+       swtxt();
        symbol_definition( extnd_ilb( l));
        set_local_visible( extnd_ilb( l));
 }