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
7b570c76
Commit
7b570c76
authored
May 17, 2010
by
Glenn Morris
Browse files
* src/[ms]/template.h: Comments.
parent
4f91d9c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/m/template.h
src/m/template.h
+5
-2
src/s/template.h
src/s/template.h
+4
-1
No files found.
src/m/template.h
View file @
7b570c76
...
...
@@ -69,11 +69,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
reasonable place to select for it is in the machine description file. */
#define NO_SOCK_SIGIO
/* After adding support for a new
system
, modify the large case
statement in
the `
configure
' script
to recognize reasonable
/* After adding support for a new
machine
, modify the large case
statement in configure
.in
to recognize reasonable
configuration names, and add a description of the system to
`etc/MACHINES'.
Check for any tests of $machine in configure.in, and add an entry
for the new machine if needed.
If you've just fixed a problem in an existing configuration file,
you should also check `etc/MACHINES' to make sure its descriptions
of known problems in that configuration should be updated. */
...
...
src/s/template.h
View file @
7b570c76
...
...
@@ -133,10 +133,13 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* ============================================================ */
/* After adding support for a new system, modify the large case
statement in
the `
configure
' script
to recognize reasonable
statement in configure
.in
to recognize reasonable
configuration names, and add a description of the system to
`etc/MACHINES'.
Check for any tests of $opsys in configure.in, and add an entry
for the new system if needed.
If you've just fixed a problem in an existing configuration file,
you should also check `etc/MACHINES' to make sure its descriptions
of known problems in that configuration should be updated. */
...
...
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