1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

Remove profile.h (#272)

This no longer had anything to do with profiling and was
only doing some defines for the switch case block addresses,
which we no longer need since there's no longer optional
asm generated for them.
This commit is contained in:
Bruce Mitchener
2021-01-24 01:39:55 +07:00
committed by GitHub
parent 85e8cb21ec
commit 9e9f8c4475
27 changed files with 288 additions and 569 deletions

View File

@@ -54,7 +54,6 @@
#include "iopage.h"
#include "debug.h"
#include "profile.h"
#include "timeout.h"

View File

@@ -25,7 +25,6 @@
#include "lspglob.h"
#include "arith.h"
#include "subrs.h"
#include "profile.h"
#include "miscndefs.h"
#include "commondefs.h"

View File

@@ -39,7 +39,6 @@
#include "stack.h"
#include "arith.h"
#include "subrs.h"
#include "profile.h"
#include "dbprint.h"
#include "bbtsub.h"

515
src/xc.c

File diff suppressed because it is too large Load Diff