source: buchla-68k/include/secdefs.h@ f40a309

Last change on this file since f40a309 was f40a309, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Unix line breaks.

  • Property mode set to 100644
File size: 435 bytes
Line 
1/*
2 =============================================================================
3 secdefs.h -- section operation functions and variables
4 Version 2 -- 1988-05-06 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8extern short secopok;
9extern long t_sbgn, t_send, t_sect, t_sec1, t_sec2, t_cbgn, t_cend;
10extern struct s_entry *p_sbgn, *p_send, *p_sec1, *p_sec2, *p_cbgn, *p_cend;
Note: See TracBrowser for help on using the repository browser.