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
30aa3f19
Commit
30aa3f19
authored
Nov 22, 1999
by
Gerd Moellmann
Browse files
(gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
(gdb_data_seg_bits): New variables.
parent
d0ee1a95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
src/emacs.c
src/emacs.c
+11
-0
No files found.
src/emacs.c
View file @
30aa3f19
...
@@ -68,6 +68,17 @@ extern void malloc_warning ();
...
@@ -68,6 +68,17 @@ extern void malloc_warning ();
extern
void
set_time_zone_rule
();
extern
void
set_time_zone_rule
();
extern
char
*
index
();
extern
char
*
index
();
/* Make these values available in GDB, which doesn't see macros. */
EMACS_INT
gdb_valbits
=
VALBITS
;
EMACS_INT
gdb_gctypebits
=
GCTYPEBITS
;
EMACS_INT
gdb_emacs_intbits
=
sizeof
(
EMACS_INT
)
*
BITS_PER_CHAR
;
#ifdef DATA_SEG_BITS
EMACS_INT
gdb_data_seg_bits
=
DATA_SEG_BITS
;
#else
EMACS_INT
gdb_data_seg_bits
=
0
;
#endif
/* Command line args from shell, as list of strings */
/* Command line args from shell, as list of strings */
Lisp_Object
Vcommand_line_args
;
Lisp_Object
Vcommand_line_args
;
...
...
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