diff options
author | 2004-11-30 17:04:23 +0000 | |
---|---|---|
committer | 2004-11-30 17:04:23 +0000 | |
commit | a1a765374b785807f7f250e74238e14e6f25a199 (patch) | |
tree | 42be6b51cd70b81c92a2bb63d37e68e89b377baf /lib/libc/regex/regex2.h | |
parent | need to pass MAKEOBJDIR to prereq and includes (diff) | |
download | wireguard-openbsd-a1a765374b785807f7f250e74238e14e6f25a199.tar.xz wireguard-openbsd-a1a765374b785807f7f250e74238e14e6f25a199.zip |
remove useless comments, once used for header file generation and delete
parameter names from prototypes. ok millert@
Diffstat (limited to 'lib/libc/regex/regex2.h')
-rw-r--r-- | lib/libc/regex/regex2.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h index 36f44363d27..15e15bc924d 100644 --- a/lib/libc/regex/regex2.h +++ b/lib/libc/regex/regex2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: regex2.h,v 1.6 2003/06/02 20:18:36 millert Exp $ */ +/* $OpenBSD: regex2.h,v 1.7 2004/11/30 17:04:23 otto Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 Henry Spencer. @@ -36,20 +36,6 @@ */ /* - * First, the stuff that ends up in the outside-world include file - = typedef off_t regoff_t; - = typedef struct { - = int re_magic; - = size_t re_nsub; // number of parenthesized subexpressions - = const char *re_endp; // end pointer for REG_PEND - = struct re_guts *re_g; // none of your business :-) - = } regex_t; - = typedef struct { - = regoff_t rm_so; // start of match - = regoff_t rm_eo; // end of match - = } regmatch_t; - */ -/* * internals of regex_t */ #define MAGIC1 ((('r'^0200)<<8) | 'e') |