Explorar o código

Documentation fix

Taddeus Kroes %!s(int64=11) %!d(string=hai) anos
pai
achega
01ce4cbbfb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      phases/desug.mli

+ 1 - 1
phases/desug.mli

@@ -124,7 +124,7 @@ resulting in:
     a], [n] is just a name given locally to the first dimension of [a].
     Therefore it is transformed into:
 {v     extern int _a_0_;
-    int[_a_0_] a; v}
+    extern int[_a_0_] a; v}
     Also, all occurrences of [n] in the rest of the module are replaced by
     [_a_0_]. For exported arrays, the generated dimension variables need to be
     exported as well.