paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/core missing.cpp,1.1.2.3,1.1.2.4


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/core missing.cpp,1.1.2.3,1.1.2.4
Date: Tue, 18 Jun 2002 08:05:54 -0400

Update of /cvsroot/paragui/paragui/src/core
In directory subversions:/tmp/cvs-serv20478/src/core

Modified Files:
      Tag: devel-1-0
        missing.cpp 
Log Message:
renamed reserved keyword "not" to "nott"



Index: missing.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/core/Attic/missing.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** missing.cpp 6 Jun 2002 22:10:46 -0000       1.1.2.3
--- missing.cpp 18 Jun 2002 12:05:52 -0000      1.1.2.4
***************
*** 77,81 ****
            /* Nonzero if the sense of the character class is
               inverted.  */
!           register int not;
  
            if (*n == '\0')
--- 77,81 ----
            /* Nonzero if the sense of the character class is
               inverted.  */
!           register int nott;
  
            if (*n == '\0')
***************
*** 101,106 ****
            }
  
!           not = (*p == '!' || *p == '^');
!           if (not)
              ++p;
  
--- 101,106 ----
            }
  
!           nott = (*p == '!' || *p == '^');
!           if (nott)
              ++p;
  
***************
*** 139,143 ****
                  break;
              }
!           if (!not)
              return (FNM_NOMATCH);
  
--- 139,143 ----
                  break;
              }
!           if (!nott)
              return (FNM_NOMATCH);
  
***************
*** 158,162 ****
                  ++p;
              }
!           if (not)
              return (FNM_NOMATCH);
          }
--- 158,162 ----
                  ++p;
              }
!           if (nott)
              return (FNM_NOMATCH);
          }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]