Skip to content

Commit dcbd301

Browse files
committed
Replace other case sensitivity found searching for '.CPP' and '.H' on the entire project.
1 parent 7a502cd commit dcbd301

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/ancrec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef basAnc* BP; // basAnc pointer -- formerly used to localize NEARness
5050
// class basAnc: base class for application record anchors.
5151
//***************************************************************************************************************************
5252
#define RTBRAT 0x2000 /* Old (1992) "Record Array Table" record type bit, now always on here, used in validity checks.
53-
ALSO DEFINED IN SRD.H, MUST MATCH. */
53+
also defined in srd.h, MUST MATCH!. */
5454
//--- bits for basAnc.flags
5555
#define RFSTAT 0x4000 // "static" record basAnc: not reallocable, min subscr 0 not 1. set ancrec.cpp, tested ancrec,cul,cuprobe.cpp.
5656
#define RFTYS 0x1000 // is in TYPES sub-basAnc (pted to by a basAnc.tys)

src/cul.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4426,7 +4426,7 @@ LOCAL void FC NEAR clrBeenHeres( CULT *c)
44264426
} // clrBeenHeres
44274427

44284428

4429-
// ==================== CUL.CPP ERROR MESSAGE INTERFACES =====================
4429+
// ==================== cul.cpp error message interfaces =====================
44304430
// primarily for use from check-functions and run code, eg in cncult.cpp.
44314431
// Also error functions in cuparse.cpp and cutok.cpp are called directly. */
44324432
//-----------------------------------------------------------------------------

src/impf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license
33
// that can be found in the LICENSE file.
44

5-
// IMPF.H header for Import Files for CSE 2-94
5+
// impf.h header for Import Files for CSE 2-94
66

77

88
// largest field number to accept (expect far fewer fields in a file)

src/srd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct SFIR
119119
Hi bits are attributes; lo are type #
120120
Individual record types are defined in rctypes.h and are used in .rt, the 1st member of all record structures. */
121121
#define RTBRAT 0x2000 /* "Record Array Table" type: has array of record structure in a DM block. See ancrec.h, .cpp.
122-
ALSO DEFINED IN ANCREC.H, MUST MATCH. */
122+
also defined in ancrec.h, MUST MATCH!. */
123123
#define RTBHIDE 0x4000 // hide record: omit entire record from probe info report (CSE -p)
124124
#ifdef wanted // define here if desired to test outside of rcdef.exe (rcdef defines internally ifndef, 12-91.)
125125
w #define RTBSUB 0x8000 /* Substructure type definition, only for nesting in other record types

0 commit comments

Comments
 (0)