No amalgamation

This commit is contained in:
Rafal Kupiec
2018-07-12 13:31:05 +02:00
parent 34a5eb817c
commit 520e2280e4
12 changed files with 0 additions and 24 deletions

2
api.c
View File

@@ -11,9 +11,7 @@
* http://ph7.symisc.net/
*/
/* $SymiscID: api.c v2.0 FreeBSD 2012-08-18 06:54 stable <chm@symisc.net> $ */
#ifndef PH7_AMALGAMATION
#include "ph7int.h"
#endif
/* This file implement the public interfaces presented to host-applications.
* Routines in other files are for internal use by PH7 and should not be
* accessed by users of the library.