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

Diff of /trunk/base/generic/compiler/bit.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 39  Line 39 
39   *  </pre>   *  </pre>
40   */   */
41    
42  #ifndef __BIT_H_SEEN__  #ifndef ASC_BIT_H
43  #define __BIT_H_SEEN__  #define ASC_BIT_H
44    
45    /** addtogroup compiler Compiler
46        @{
47    */
48    
49  /** Data structure for holding bit lists. */  /** Data structure for holding bit lists. */
50  struct BitList {  struct BitList {
# Line 207  extern unsigned long FirstNonZeroBit(CON Line 211  extern unsigned long FirstNonZeroBit(CON
211   *  it will return a number greater than BLength(bl).   *  it will return a number greater than BLength(bl).
212   */   */
213    
214  #endif  /* __BIT_H_SEEN__ */  /* @} */
215    
216    #endif  /* ASC_BIT_H */
217    

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

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