aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-14 14:18:26 +0000
committerDave Love <[email protected]>2002-11-14 14:18:26 +0000
commitf45bedd470d56fb2cf4279ac1ac86445a6eb91d0 (patch)
tree73a739b3f5432b3406bc160b69634bd3d455a4e8 /src
parentf76b7d78b64c9200476d8d3116385fc67aedd7ea (diff)
(record_point):
Declare all args (per C99).
Diffstat (limited to 'src')
-rw-r--r--src/undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c
index edb07147a0..f378ce8aae 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -43,6 +43,7 @@ Lisp_Object pending_boundary;
static void
record_point (pt)
+ int pt;
{
int at_boundary;