1 /* BEGIN INCLUDE FILE lisp_initial_atoms.incl.pl1 */
 2 
 3 dcl lisp_static_vars_$toplevel ext fixed bin(71),
 4     toplevel fixed bin(71) defined (lisp_static_vars_$toplevel),
 5 
 6     lisp_static_vars_$errlist ext fixed bin(71),
 7     errlist fixed bin(71) defined (lisp_static_vars_$errlist),
 8 
 9     lisp_static_vars_$STAR ext fixed bin(71),
10     STAR fixed bin(71) defined (lisp_static_vars_$STAR),
11     lisp_static_vars_$PLUS fixed bin(71) external,
12     PLUS fixed bin(71) defined (lisp_static_vars_$PLUS),
13     lisp_static_vars_$MINUS fixed bin(71) external,
14     MINUS fixed bin(71) defined (lisp_static_vars_$MINUS),
15     lisp_static_vars_$SLASH fixed bin(71) external,
16     SLASH fixed bin(71) defined (lisp_static_vars_$SLASH);
17 
18 /* END INCLUDE FILE lisp_initial_atoms.incl.pl1 */