Fix typo in implicit patch
This commit is contained in:
parent
4282ff55b7
commit
77e3a20210
@ -11,7 +11,7 @@ diff -up octave-4.2.0/m4/acinclude.m4.implicit octave-4.2.0/m4/acinclude.m4
|
|||||||
#else
|
#else
|
||||||
typedef int octave_idx_type;
|
typedef int octave_idx_type;
|
||||||
#endif
|
#endif
|
||||||
+ void F77_FUNC(foo,FOO) (octave_idx_type*, octave_idx_type**, octave_idx_type**]);
|
+ void F77_FUNC(foo,FOO) (octave_idx_type*, octave_idx_type**, octave_idx_type**);
|
||||||
+ ]], [[
|
+ ]], [[
|
||||||
octave_idx_type n = 2;
|
octave_idx_type n = 2;
|
||||||
octave_idx_type in[2];
|
octave_idx_type in[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user