notice on the auto-generated file load_piclib.c
This commit is contained in:
parent
0ca09f355e
commit
2ce361a7bc
|
@ -3,6 +3,13 @@
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
print <<EOL;
|
print <<EOL;
|
||||||
|
/**
|
||||||
|
* !!NOTICE!!
|
||||||
|
* This file was automatically generated by mkloader.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"
|
#include "picrin.h"
|
||||||
#include "picrin/error.h"
|
#include "picrin/error.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue