1 /* BEGIN INCLUDE FILE lisp_control_chars.incl.pl1 */
 2 
 3 /* Last modified D. Reed 6/29/72 */
 4 
 5 dcl lisp_static_vars_$ctrlD ext fixed bin(71),
 6     ctrlD fixed bin(71) defined (lisp_static_vars_$ctrlD);
 7 
 8 dcl lisp_static_vars_$ctrlQ ext fixed bin(71),
 9     ctrlQ fixed bin(71) defined (lisp_static_vars_$ctrlQ);
10 
11 dcl lisp_static_vars_$ctrlR ext fixed bin(71),
12     ctrlR fixed bin(71) defined (lisp_static_vars_$ctrlR);
13 
14 dcl lisp_static_vars_$ctrlW ext fixed bin(71),
15     ctrlW fixed bin(71) defined (lisp_static_vars_$ctrlW);
16 
17 /* END INCLUDE FILE lisp_control_chars.incl.pl1 */
18