comparison loadtools/old/compaldummy.c @ 577:62a91abc0300

loadtools: no-longer-working stuff moved into old subdir
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Feb 2020 21:18:37 +0000
parents loadtools/compaldummy.c@e7502631a0f9
children
comparison
equal deleted inserted replaced
576:34d544c0f639 577:62a91abc0300
1 /*
2 * If you need to build a version of loadtools without compalstage support,
3 * e.g., because you are building for GTA01/02 AP, substitute this dummy
4 * module in the place of compalload.c to get a passing build.
5 */
6
7 void
8 set_compalstage_short()
9 {
10 }
11
12 void
13 set_compalstage_fullpath()
14 {
15 }
16
17 perform_compal_stage()
18 {
19 return(0);
20 }