Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5d5ed907
Commit
5d5ed907
authored
Sep 17, 1994
by
Richard M. Stallman
Browse files
(message): Use EMACS_INT.
parent
dc83de2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xdisp.c
src/xdisp.c
+2
-1
No files found.
src/xdisp.c
View file @
5d5ed907
...
...
@@ -287,6 +287,7 @@ int message_buf_print;
void
message
(
m
,
a1
,
a2
,
a3
)
char
*
m
;
EMACS_INT
a1
,
a2
,
a3
;
{
if
(
noninteractive
)
{
...
...
@@ -323,7 +324,7 @@ message (m, a1, a2, a3)
{
int
len
;
#ifdef NO_ARG_ARRAY
int
a
[
3
];
EMACS_INT
a
[
3
];
a
[
0
]
=
a1
;
a
[
1
]
=
a2
;
a
[
2
]
=
a3
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment