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
5ca4927a
Commit
5ca4927a
authored
Apr 04, 1991
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
c6953be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/vmsfns.c
src/vmsfns.c
+2
-2
No files found.
src/vmsfns.c
View file @
5ca4927a
...
...
@@ -850,7 +850,7 @@ static Lisp_Object
vms_trnlog
(
arg1
,
arg2
)
Lisp_Object
arg1
,
arg2
;
{
char
str
[
100
];
char
str
[
256
];
/* Max logical translation is 255 bytes. */
int
status
,
symdsc
[
2
];
int
strdsc
[
2
]
=
{
sizeof
(
str
),
str
};
short
length
,
level
;
...
...
@@ -870,7 +870,7 @@ static Lisp_Object
vms_symbol
(
arg1
,
arg2
)
Lisp_Object
arg1
,
arg2
;
{
char
str
[
10
0
];
char
str
[
10
25
];
/* Max symbol translation is 1024 bytes. */
int
status
,
symdsc
[
2
];
int
strdsc
[
2
]
=
{
sizeof
(
str
),
str
};
short
length
,
level
;
...
...
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