Changeset b28a12e in buchla-68k for ram/delpnts.c
- Timestamp:
- 07/10/2017 02:17:49 PM (7 years ago)
- Branches:
- master
- Children:
- 06f6615
- Parents:
- 39a696b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/delpnts.c
r39a696b rb28a12e 10 10 #define D_INSPNT 0 /* debug inspnt() */ 11 11 12 #include "all.h" 13 14 extern int16_t edfunc(int16_t n); 15 extern uint16_t setipl(uint16_t arg); 16 extern void modinst(void); 17 extern void pntsel(void); 18 extern void showpt(int16_t q); 12 #include "ram.h" 19 13 20 14 #define PT_SIZE (sizeof (struct instpnt)) 21 15 22 16 #if DEBUGIT 23 extern short debugsw;24 25 17 short debugdf = 1; 26 18 #endif 27 28 extern int16_t curfunc;29 extern int16_t curvce;30 extern int16_t pntsv;31 extern int16_t subj;32 33 extern int16_t finival[];34 extern int16_t fnoff[];35 36 extern struct instdef vbufs[];37 19 38 20 /*
Note:
See TracChangeset
for help on using the changeset viewer.