1 
 2 
 3      "BEGIN INCLUDE FILE config_deck.incl.alm
 4 
 5 
 6           "Created 06/07/82  1353.0 edt Mon by convert_include_file,
 7           "   Version of 12/01/81  1640.3 edt Tue.
 8 
 9           "Made from >ldd>include>config_deck.incl.pl1,
10           "   modified 04/29/81  1457.3 edt Wed
11 
12 "
13 "         Structure config_deck
14 "
15 
16           equ       config_deck.cards,0           " LEVEL 2
17 
18           equ       config_deck.pad_cards,0       " LEVEL 2
19 
20 
21 "
22 "         Structure config_card
23 "
24           equ       config_card_size,16
25 
26           equ       config_card.word,0
27           equ       config_card.data_field,1
28           equ       config_card.type_word,15      " LEVEL 2
29 
30 
31      "END INCLUDE FILE config_deck.incl.alm