Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/pidl/idl.yp

    r745 r862  
    611611        for ($parser->YYData->{INPUT}) {
    612612                if (/^\#/) {
    613                         if (s/^\# (\d+) \"(.*?)\"( \d+|)//) {
     613                        # Linemarker format is described at
     614                        # http://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html
     615                        if (s/^\# (\d+) \"(.*?)\"(( \d+){1,4}|)//) {
    614616                                $parser->YYData->{LINE} = $1-1;
    615617                                $parser->YYData->{FILE} = $2;
Note: See TracChangeset for help on using the changeset viewer.