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
039c6cc3
Commit
039c6cc3
authored
Oct 22, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Obscure an example DEFVAR_INT comment so as to evade make-docfile.
parent
dee186b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
src/lread.c
src/lread.c
+7
-8
No files found.
src/lread.c
View file @
039c6cc3
/* Lisp parsing and input streams.
Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995,
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -3889,9 +3890,9 @@ defalias (sname, string)
}
#endif
/* NOTDEF */
/* Define an "integer variable"; a symbol whose value is forwarded
to a C variable of type int. Sample call
:
DEFVAR_INT ("emacs-priority", &emacs_priority, "Documentation"); */
/* Define an "integer variable"; a symbol whose value is forwarded
to a
C variable of type int. Sample call (munged w "xx" to fool make-docfile)
:
DEF
xx
VAR_INT ("emacs-priority", &emacs_priority, "Documentation"); */
void
defvar_int
(
struct
Lisp_Intfwd
*
i_fwd
,
const
char
*
namestring
,
EMACS_INT
*
address
)
...
...
@@ -4474,5 +4475,3 @@ to load. See also `load-dangerous-libraries'. */);
staticpro
(
&
Qrehash_threshold
);
}
/* arch-tag: a0d02733-0f96-4844-a659-9fd53c4f414d
(do not change this comment) */
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