]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/m2/mc-boot/GIndexing.c
Remove YEAR const from mcOptions.mod and use result from time
[gcc.git] / gcc / m2 / mc-boot / GIndexing.c
index 1c31581e44d90042a13b3b7646ffc18e9ba201b0..c809e4b9b6e0acf0fc8071b77c38da562d29d276 100644 (file)
@@ -222,7 +222,7 @@ extern "C" unsigned int Indexing_InBounds (Indexing_Index i, unsigned int n)
     {
       return (n >= i->Low) && (n <= i->High);
     }
-  ReturnException ("../../gcc-git-devel-modula2/gcc/m2/mc/Indexing.def", 20, 1);
+  ReturnException ("../../gcc-read-write/gcc/m2/mc/Indexing.def", 20, 1);
   __builtin_unreachable ();
 }
 
@@ -242,7 +242,7 @@ extern "C" unsigned int Indexing_HighIndice (Indexing_Index i)
     {
       return i->High;
     }
-  ReturnException ("../../gcc-git-devel-modula2/gcc/m2/mc/Indexing.def", 20, 1);
+  ReturnException ("../../gcc-read-write/gcc/m2/mc/Indexing.def", 20, 1);
   __builtin_unreachable ();
 }
 
@@ -262,7 +262,7 @@ extern "C" unsigned int Indexing_LowIndice (Indexing_Index i)
     {
       return i->Low;
     }
-  ReturnException ("../../gcc-git-devel-modula2/gcc/m2/mc/Indexing.def", 20, 1);
+  ReturnException ("../../gcc-read-write/gcc/m2/mc/Indexing.def", 20, 1);
   __builtin_unreachable ();
 }
 
This page took 0.030206 seconds and 5 git commands to generate.