remove auto-generated files

This commit is contained in:
Yuichi Nishiwaki 2014-08-25 13:48:26 +09:00
parent 8a98394400
commit 9746db3b9b
2 changed files with 0 additions and 3995 deletions

View File

@ -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);
}

File diff suppressed because it is too large Load Diff