/[ascend]/trunk/base/generic/compiler/cmpfunc.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/cmpfunc.h

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

revision 1065 by johnpye, Sun Jan 7 07:54:06 2007 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 46  Line 46 
46   *  </pre>   *  </pre>
47  */  */
48    
49  #ifndef __CMPFUNC_H_SEEN__  #ifndef ASC_CMPFUNC_H
50  #define __CMPFUNC_H_SEEN__  #define ASC_CMPFUNC_H
51    
52    /** addtogroup compiler Compiler
53        @{
54    */
55    
56  /* reminder strcmp("abc","fcd") --> -1 */  /* reminder strcmp("abc","fcd") --> -1 */
57  /*  /*
# Line 256  extern int CmpPtrsReverse(void *p1, void Line 260  extern int CmpPtrsReverse(void *p1, void
260   *  @see CmpPtrs()   *  @see CmpPtrs()
261   */   */
262    
263  #endif  /* __CMPFUNC_H_SEEN__ */  /* @} */
264    
265    #endif  /* ASC_CMPFUNC_H */
266    

Legend:
Removed from v.1065  
changed lines
  Added in v.1066

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22