Skip to content

Commit 7f43d9b

Browse files
fix mod files for C23 (#819)
Fixes the remaining change from #819; scop_random() and RANDCAST fixes were already applied in 8699516.
1 parent cbfe9b3 commit 7f43d9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyNN/neuron/nmodl/vecstim.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ NET_RECEIVE (w) {
113113

114114

115115
VERBATIM
116-
extern double* vector_vec();
117-
extern int vector_capacity();
118-
extern void* vector_arg();
116+
extern double* vector_vec(void *);
117+
extern int vector_capacity(void *);
118+
extern void* vector_arg(int);
119119
ENDVERBATIM
120120

121121
PROCEDURE element() {

0 commit comments

Comments
 (0)