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

Diff of /trunk/base/generic/compiler/fractions.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 34  Line 34 
34  #ifndef ASC_FRACTIONS_H  #ifndef ASC_FRACTIONS_H
35  #define ASC_FRACTIONS_H  #define ASC_FRACTIONS_H
36    
37    /** addtogroup compiler Compiler
38        @{
39    */
40    
41  /** The type of a fraction numerator or denominator. */  /** The type of a fraction numerator or denominator. */
42  #define FRACPART short  #define FRACPART short
43  /** The maximum FRACPART value. */  /** The maximum FRACPART value. */
# Line 97  extern struct fraction NegateF(struct fr Line 101  extern struct fraction NegateF(struct fr
101   *  Returned fraction equal -f.   *  Returned fraction equal -f.
102   */   */
103    
104    /* @} */
105    
106  #endif /* ASC_FRACTIONS_H */  #endif /* ASC_FRACTIONS_H */
107    

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

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