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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
6baa02d6
Commit
6baa02d6
authored
Dec 31, 2005
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gdb_pvec_type): A dummy variable for GDB's sake.
parent
8c3f3d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/emacs.c
src/emacs.c
+3
-0
No files found.
src/emacs.c
View file @
6baa02d6
...
...
@@ -112,6 +112,9 @@ EMACS_INT gdb_data_seg_bits = 0;
#endif
EMACS_INT
PVEC_FLAG
=
PSEUDOVECTOR_FLAG
;
EMACS_INT
gdb_array_mark_flag
=
ARRAY_MARK_FLAG
;
/* GDB might say "No enum type named pvec_type" if we don't have at
least one symbol with that type, and then xbacktrace could fail. */
enum
pvec_type
gdb_pvec_type
=
PVEC_TYPE_MASK
;
/* Command line args from shell, as list of strings. */
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