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
3efac4b0
Commit
3efac4b0
authored
Nov 28, 1994
by
Richard M. Stallman
Browse files
(safe_strdup): Don't use ANSI argument prototype.
parent
847bb755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lwlib/lwlib-int.h
lwlib/lwlib-int.h
+1
-1
No files found.
lwlib/lwlib-int.h
View file @
3efac4b0
...
...
@@ -7,7 +7,7 @@
extern char *strdup (const char *);
extern int strcasecmp (const char *, const char *);
*/
extern
char
*
safe_strdup
(
char
*
);
extern
char
*
safe_strdup
();
typedef
struct
_widget_instance
{
...
...
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