Add warning message

Specify warning for internal only headers that are now installed for use
by extensions.
This commit is contained in:
Joe Rozner 2013-11-21 22:09:25 -08:00
parent 4b258c98e0
commit bb02aa18e7
4 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/*
* NOTE: This is an internal header and installed for use by extensions. The
* API is not guaranteed stable.
*/
// This is an internal header; it provides macros to make desugaring cleaner.
#include <assert.h>
#include "../internal.h"

View file

@ -1,3 +1,8 @@
/*
* NOTE: This is an internal header and installed for use by extensions. The
* API is not guaranteed stable.
*/
// Internal defs
#ifndef HAMMER_BACKEND_REGEX__H
#define HAMMER_BACKEND_REGEX__H