1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-27 12:22:24 +00:00

Cleanup types in URaid and move declarations to separate include file (#428)

This commit is contained in:
Nick Briggs
2022-07-20 10:45:37 -07:00
committed by GitHub
parent 9a10f63fe6
commit 5fa05ac3d7
7 changed files with 50 additions and 50 deletions

View File

@@ -67,14 +67,10 @@
#include "gcarraydefs.h"
#include "kprintdefs.h"
#include "mkatomdefs.h"
#include "uraidextdefs.h"
#define URMAXFXNUM 100
#define URSCAN_ALINK 0
#define URSCAN_CLINK 1
extern int URaid_scanlink;
extern int URaid_currentFX;
extern FX *URaid_FXarray[];
extern int URaid_ArrMAXIndex;
/************************************************************************/
/* */