trivial diff: runtime/mercury_grade.h bug fix

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Nov 6 03:44:52 AEDT 1998


Estimated hours taken: 0.25

runtime/mercury_grade.h:
	Fix a bug: s/USE_GCC_GLOBAL_REGS/USE_GCC_GLOBAL_REGISTERS/

Index: runtime/mercury_grade.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_grade.h,v
retrieving revision 1.13
diff -u -r1.13 mercury_grade.h
--- mercury_grade.h	1998/09/04 21:13:23	1.13
+++ mercury_grade.h	1998/11/05 16:40:41
@@ -56,7 +56,7 @@
     #define MR_GRADE_PART_2	MR_PASTE2(MR_GRADE_PART_1, jump)
   #endif
 #else
-  #ifdef USE_GCC_GLOBAL_REGS
+  #ifdef USE_GCC_GLOBAL_REGISTERS
     #define MR_GRADE_PART_2	MR_PASTE2(MR_GRADE_PART_1, reg)
   #else
     #define MR_GRADE_PART_2	MR_PASTE2(MR_GRADE_PART_1, none)

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list