FreeBSD Bugzilla – Attachment 27254 Details for
Bug 46292
new ports at http://people.freebsd.org/~alane/.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-parser.h
patch-parser.h (text/x-chdr; charset="us-ascii"), 659 bytes, created by
David Holm
on 2002-12-20 23:29:18 UTC
(
hide
)
Description:
patch-parser.h
Filename:
MIME Type:
Creator:
David Holm
Created:
2002-12-20 23:29:18 UTC
Size:
659 bytes
patch
obsolete
>--- kaptain/parser.h.orig Wed Aug 14 12:26:33 2002 >+++ kaptain/parser.h Fri Dec 20 16:14:31 2002 >@@ -5,15 +5,15 @@ > typedef union > { > int integer; >- string * pstring; >+ std::string * pstring; > Rule * prule; > Disjunction * pdisjunction; > Conjunction * pconjunction; > Parameter * pparameter; >- list<Parameter *> * pparamlist; >- string * string_array[3]; >- list<string *> * pstringlist; >- list<Parameter *> * ptrafolist; >+ std::list<Parameter *> * pparamlist; >+ std::string * string_array[3]; >+ std::list<std::string *> * pstringlist; >+ std::list<Parameter *> * ptrafolist; > } yystype; > # define YYSTYPE yystype > # define YYSTYPE_IS_TRIVIAL 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46292
:
27247
|
27248
|
27249
|
27250
|
27251
|
27252
|
27253
| 27254 |
27255
|
27256
|
27257
|
27258
|
27259
|
27260