/[emacs]/emacs/lib-src/ebrowse.c
ViewVC logotype

Diff of /emacs/lib-src/ebrowse.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by pj, Wed Apr 24 18:26:48 2002 UTC revision 1.34.2.1 by miles, Fri Apr 4 06:19:54 2003 UTC
# Line 2511  parm_list (flags) Line 2511  parm_list (flags)
2511      {      {
2512        switch (LA1)        switch (LA1)
2513          {          {
2514            /* Skip over grouping parens or parameter lists in parameter            /* Skip over grouping parens or parameter lists in parameter
2515               declarations.  */               declarations.  */
2516          case '(':          case '(':
2517            skip_matching ();            skip_matching ();
# Line 3148  class_definition (containing, tag, flags Line 3148  class_definition (containing, tag, flags
3148       settings.  */       settings.  */
3149    if ((tag != CLASS && !f_structs) || (nested && !f_nested_classes))    if ((tag != CLASS && !f_structs) || (nested && !f_nested_classes))
3150      current = NULL;      current = NULL;
3151    else    else
3152      {      {
3153        current = add_sym (yytext, containing);        current = add_sym (yytext, containing);
3154        current->pos = BUFFER_POS ();        current->pos = BUFFER_POS ();
# Line 3167  class_definition (containing, tag, flags Line 3167  class_definition (containing, tag, flags
3167          {          {
3168            switch (LA1)            switch (LA1)
3169              {              {
3170              case VIRTUAL: case PUBLIC: case PROTECTED: case PRIVATE:              case VIRTUAL: case PUBLIC: case PROTECTED: case PRIVATE:
3171                MATCH ();                MATCH ();
3172                break;                break;
3173    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.34.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26