mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-15 21:27:27 +00:00
added cvs identifier and conditional on system #include
This commit is contained in:
@@ -35,12 +35,16 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)regex.h 8.2 (Berkeley) 1/3/94
|
* @(#)regex.h 8.2 (Berkeley) 1/3/94
|
||||||
|
*
|
||||||
|
* $Id: regex.h,v 1.2 1997/10/07 15:00:23 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _REGEX_H_
|
#ifndef _REGEX_H_
|
||||||
#define _REGEX_H_
|
#define _REGEX_H_
|
||||||
|
|
||||||
|
#ifndef _SYS_CDEFS_H_
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* types */
|
/* types */
|
||||||
typedef off_t regoff_t;
|
typedef off_t regoff_t;
|
||||||
|
Reference in New Issue
Block a user