projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc91db
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Tue, 29 Mar 2005 19:32:15 +0000
(19:32 +0000)
committer
DJ Delorie
<dj@redhat.com>
Tue, 29 Mar 2005 19:32:15 +0000
(19:32 +0000)
include/ChangeLog
patch
|
blob
|
history
include/libiberty.h
patch
|
blob
|
history
diff --git
a/include/ChangeLog
b/include/ChangeLog
index dc5492c4ca68eae2010b3a4816b9c1222c789125..98817870f11bd0f6e21aace39f3a3fb50e74ffdf 100644
(file)
--- a/
include/ChangeLog
+++ b/
include/ChangeLog
@@
-1,3
+1,7
@@
+2005-03-29 Ian Lance Taylor <ian@airs.com>
+
+ * libiberty.h: Fix indentation.
+
2005-03-28 Ian Lance Taylor <ian@airs.com>
* libiberty.h: Include <stdio.h>.
diff --git
a/include/libiberty.h
b/include/libiberty.h
index 1bdf0ce8f7251b1be9d01eb6b985cc7946d315b8..eb5633b26ec26257dc66c47a832d2e07a9aa2e2c 100644
(file)
--- a/
include/libiberty.h
+++ b/
include/libiberty.h
@@
-454,7
+454,7
@@
extern int pex_get_times (struct pex_obj *, int count,
/* Clean up a pex_obj. */
-
extern void pex_free (struct pex_obj *);
+extern void pex_free (struct pex_obj *);
/* Just execute one program. Return value is as for pex_run.
FLAGS Combination of PEX_SEARCH and PEX_STDERR_TO_STDOUT.