Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cp-demangle.c (demangle_v3_with_details, | zack | 2001-05-08 | 1 | -11/+20 |
| | | | | | | | | | | | | | is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style function definition. * ternary.c: Use K+R style function definitions. Use PTR, not void *. Make arguments constant where possible. * demangle.h: Use PARAMS for all prototypes. * ternary.h: Use PARAMS for all prototypes. Use PTR, not void *. Make arguments constant where possible. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41910 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | 2001-04-15 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-04-16 | 1 | -0/+157 |
* ternary.h: New file - Ternary search tree header. 2001-04-15 Daniel Berlin <dan@cgsoftware.com> * ternary.c: New file - Ternary search tree implementation. * Makefile.in: Add ternary.o, and ternary.c dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41380 138bc75d-0d04-0410-961f-82ee72b054a4 |