You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/02/05 17:50:05 UTC

cvs commit: xml-xerces/c/src/xercesc/idom IDDeepNodeListPool.c

tng         02/02/05 08:50:05

  Modified:    c/src/xercesc/idom IDDeepNodeListPool.c
  Log:
  Terminate the file IDDeepNodeListPool.c with a newline, otherwise Solaris compiler CC will give compilation error.
  
  Revision  Changes    Path
  1.3       +5 -1      xml-xerces/c/src/xercesc/idom/IDDeepNodeListPool.c
  
  Index: IDDeepNodeListPool.c
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDDeepNodeListPool.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IDDeepNodeListPool.c	4 Feb 2002 21:50:38 -0000	1.2
  +++ IDDeepNodeListPool.c	5 Feb 2002 16:50:04 -0000	1.3
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: IDDeepNodeListPool.c,v $
  + * Revision 1.3  2002/02/05 16:50:04  tng
  + * Terminate the file IDDeepNodeListPool.c with a newline, otherwise Solaris compiler CC will give compilation error.
  + *
    * Revision 1.2  2002/02/04 21:50:38  tng
    * [Bug 6114] Memory leaks on iDOM getElementsByTagName().
    *
  @@ -423,4 +426,5 @@
           curElem = curElem->fNext;
       }
       return 0;
  -}
  \ No newline at end of file
  +}
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org