summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-11-08 08:45:28 -0800
committerRalph Giles <giles@thaumas.net>2017-11-08 08:45:28 -0800
commitf56d8af4d07d7c852d6f58abce428711a2f1eda4 (patch)
treeb795b1c291e323b5a9a7103574f7b207505d614e /include
parent862163e51f87fa5bf57b437dd502052da597c723 (diff)
downloadogg-git-f56d8af4d07d7c852d6f58abce428711a2f1eda4.tar.gz
Remove obsolete $Id$ svn substitution marks.
Subversion, like cvs, had a mechanism for replacing inline template text on checkout for representing things like 'last modified date'. Git does not support this, so remove the template strings from file header comments. Also less aggressive language is os_types.h.
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h1
-rw-r--r--include/ogg/os_types.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index 7609fc2..c4325aa 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -11,7 +11,6 @@
********************************************************************
function: toplevel libogg include
- last mod: $Id$
********************************************************************/
#ifndef _OGG_H
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index b8f5630..fa4ac4a 100644
--- a/include/ogg/os_types.h
+++ b/include/ogg/os_types.h
@@ -10,8 +10,7 @@
* *
********************************************************************
- function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id$
+ function: Define a consistent set of types on each platform.
********************************************************************/
#ifndef _OS_TYPES_H