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
f98d41f5
Commit
f98d41f5
authored
Oct 08, 2001
by
Pavel Janík
Browse files
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
parent
b0fbf754
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/profile.c
lib-src/profile.c
+2
-2
No files found.
lib-src/ChangeLog
View file @
f98d41f5
2001-10-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* profile.c: Include config.h, not ../src/config.h.
Include systime.h, not ../src/systime.h.
2001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
* ebrowse.c (struct alias): Add two new struct members: NAMESP and
...
...
lib-src/profile.c
View file @
f98d41f5
...
...
@@ -30,9 +30,9 @@ Boston, MA 02111-1307, USA. */
** abstraction : a stopwatch
** operations: reset_watch, get_time
*/
#include <
../src/
config.h>
#include <config.h>
#include <stdio.h>
#include <
../src/
systime.h>
#include <systime.h>
static
EMACS_TIME
TV1
,
TV2
;
static
int
watch_not_started
=
1
;
/* flag */
...
...
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