remove auto-generated files
This commit is contained in:
parent
8a98394400
commit
9746db3b9b
|
@ -1,17 +0,0 @@
|
||||||
/**
|
|
||||||
* !!NOTICE!!
|
|
||||||
* This file was automatically generated by mkinit.pl, and includes all of
|
|
||||||
* the prelude files required by Picrin. PLEASE DO NOT EDIT THIS FILE, changes
|
|
||||||
* will be overwritten the next time the script runs.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "picrin.h"
|
|
||||||
|
|
||||||
void
|
|
||||||
pic_init_contrib(pic_state *pic)
|
|
||||||
{
|
|
||||||
void pic_init_random(pic_state *);
|
|
||||||
void pic_init_regexp(pic_state *);
|
|
||||||
pic_init_random(pic);
|
|
||||||
pic_init_regexp(pic);
|
|
||||||
}
|
|
3978
load_piclib.c
3978
load_piclib.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue