Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: nss/lib/base/baset.h

Issue 16285003: Remove CVS keywords from NSS source files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « nss/lib/base/base.h ('k') | nss/lib/base/error.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5 #ifndef BASET_H 5 #ifndef BASET_H
6 #define BASET_H 6 #define BASET_H
7 7
8 #ifdef DEBUG
9 static const char BASET_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
10 #endif /* DEBUG */
11
12 /* 8 /*
13 * baset.h 9 * baset.h
14 * 10 *
15 * This file contains definitions for the basic types used throughout 11 * This file contains definitions for the basic types used throughout
16 * nss but not available publicly. 12 * nss but not available publicly.
17 */ 13 */
18 14
19 #ifndef NSSBASET_H 15 #ifndef NSSBASET_H
20 #include "nssbaset.h" 16 #include "nssbaset.h"
21 #endif /* NSSBASET_H */ 17 #endif /* NSSBASET_H */
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 nssStringType_PHGString, 116 nssStringType_PHGString,
121 nssStringType_GeneralString, 117 nssStringType_GeneralString,
122 118
123 nssStringType_Unknown = -1 119 nssStringType_Unknown = -1
124 }; 120 };
125 typedef enum nssStringTypeEnum nssStringType; 121 typedef enum nssStringTypeEnum nssStringType;
126 122
127 PR_END_EXTERN_C 123 PR_END_EXTERN_C
128 124
129 #endif /* BASET_H */ 125 #endif /* BASET_H */
OLDNEW
« no previous file with comments | « nss/lib/base/base.h ('k') | nss/lib/base/error.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698