]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/fixinc/tests/base/reg_types.h
* attribs.c (strip_attrs): Remove.
[thirdparty/gcc.git] / gcc / fixinc / tests / base / reg_types.h
1 /* DO NOT EDIT THIS FILE.
2
3 It has been auto-edited by fixincludes from:
4
5 "fixinc/tests/inc/reg_types.h"
6
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
9
10
11
12 #if defined( OSF_NAMESPACE_A_CHECK )
13 typedef struct {
14 int stuff, mo_suff;
15 } __regex_t;
16 extern __regex_t re;
17 extern __regoff_t ro;
18 extern __regmatch_t rm;
19
20 #endif /* OSF_NAMESPACE_A_CHECK */