pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-17
2005-11-17 18:21:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
96f8e807dae9cb835d8af1fbd27c7530927919ff (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed minor typo.
Rev: src/pike_types.c:1.251
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: pike_types.c,v 1.
250
2005/11/
08
11
:
46
:
05
grubba Exp $
+
|| $Id: pike_types.c,v 1.
251
2005/11/
17
18
:
21
:
15
grubba Exp $
*/ #include "global.h"
4207:
} }
-
/* Count the minimum number of arguments for a
funciton
type.
+
/* Count the minimum number of arguments for a
function
type.
*/ int minimum_arguments(struct pike_type *s) {