Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
631ffc91
Commit
631ffc91
authored
May 21, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
parent
a9210a53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/s/freebsd.h
src/s/freebsd.h
+4
-0
No files found.
src/s/freebsd.h
View file @
631ffc91
...
...
@@ -29,8 +29,12 @@
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
#if 0 /* These appear to be unnecessary for 1.1, and they break
emacs when compiled under FreeBSD-1.0.
Shawn M. Carey <smcarey@mailbox.syr.edu> */
#define A_TEXT_OFFSET(x) (sizeof (struct exec))
#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
#endif
#define LIBS_DEBUG
#define LIBS_SYSTEM -lutil
...
...
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