Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/doc/doc.str8
2 files changed, 9 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 437058d3b..d74e25afc 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-06 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and
+ INTERNAL.
+
2015-11-12 Wilco Dijkstra <wdijkstr@arm.com>
* newlib/libc/machine/aarch64/memcpy.S (memcpy): Further tuning for
diff --git a/newlib/doc/doc.str b/newlib/doc/doc.str
index aeef6f75e..3fc1006f8 100644
--- a/newlib/doc/doc.str
+++ b/newlib/doc/doc.str
@@ -154,13 +154,13 @@
"@strong{See Also}@*\n" catstr subhead ;
: INTERNAL_FUNCTION
- func ;
+ ;
-: INTERNAL_DEFINITION
- func ;
+: INTERNAL_DEFINITION
+ ;
: INTERNAL
- func ;
+ ;
: TYPEDEF
FUNCTION ;