De routines C_xxx_fcon() stonden per ongeluk tussen commentaar haken.
This commit is contained in:
parent
28e86b7f15
commit
7f580b3029
|
@ -224,7 +224,6 @@ C_inp ::= not_implemented( "C_inp").
|
|||
C_con_cst ::= not_implemented( "C_con_cst").
|
||||
C_con_icon ::= not_implemented( "C_con_icon").
|
||||
C_con_ucon ::= not_implemented( "C_con_ucon").
|
||||
C_con_fcon ::= not_implemented( "C_con_fcon").
|
||||
C_con_scon ::= not_implemented( "C_con_scon").
|
||||
C_con_dnam ::= not_implemented( "C_con_dnam").
|
||||
C_con_dlb ::= not_implemented( "C_con_dlb").
|
||||
|
@ -233,7 +232,6 @@ C_con_pnam ::= not_implemented( "C_con_pnam").
|
|||
C_rom_cst ::= not_implemented( "C_rom_cst").
|
||||
C_rom_icon ::= not_implemented( "C_rom_icon").
|
||||
C_rom_ucon ::= not_implemented( "C_rom_ucon").
|
||||
C_rom_fcon ::= not_implemented( "C_rom_fcon").
|
||||
C_rom_scon ::= not_implemented( "C_rom_scon").
|
||||
C_rom_dnam ::= not_implemented( "C_rom_dnam").
|
||||
C_rom_dlb ::= not_implemented( "C_rom_dlb").
|
||||
|
@ -242,7 +240,6 @@ C_rom_pnam ::= not_implemented( "C_rom_pnam").
|
|||
C_bss_cst ::= not_implemented( "C_bss_cst").
|
||||
C_bss_icon ::= not_implemented( "C_bss_icon").
|
||||
C_bss_ucon ::= not_implemented( "C_bss_ucon").
|
||||
C_bss_fcon ::= not_implemented( "C_bss_fcon").
|
||||
C_bss_dnam ::= not_implemented( "C_bss_dnam").
|
||||
C_bss_dlb ::= not_implemented( "C_bss_dlb").
|
||||
C_bss_ilb ::= not_implemented( "C_bss_ilb").
|
||||
|
@ -250,7 +247,6 @@ C_bss_pnam ::= not_implemented( "C_bss_pnam").
|
|||
C_hol_cst ::= not_implemented( "C_hol_cst").
|
||||
C_hol_icon ::= not_implemented( "C_hol_icon").
|
||||
C_hol_ucon ::= not_implemented( "C_hol_ucon").
|
||||
C_hol_fcon ::= not_implemented( "C_hol_fcon").
|
||||
C_hol_dnam ::= not_implemented( "C_hol_dnam").
|
||||
C_hol_dlb ::= not_implemented( "C_hol_dlb").
|
||||
C_hol_ilb ::= not_implemented( "C_hol_ilb").
|
||||
|
@ -267,4 +263,8 @@ C_pnam ::= not_implemented( "C_pnam").
|
|||
C_mes_begin ::= not_implemented( "C_mes_begin").
|
||||
C_mes_end ::= not_implemented( "C_mes_end").
|
||||
*/
|
||||
C_rom_fcon ::= not_implemented( "C_rom_fcon").
|
||||
C_bss_fcon ::= not_implemented( "C_bss_fcon").
|
||||
C_hol_fcon ::= not_implemented( "C_hol_fcon").
|
||||
C_con_fcon ::= not_implemented( "C_con_fcon").
|
||||
C_exc ::= not_implemented( "C_exc").
|
||||
|
|
Loading…
Reference in a new issue