Skip to content

Commit 00ed937

Browse files
authored
comment changes
1 parent b363137 commit 00ed937

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Chapter16/carddeck_3.c

+2-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@
2222
// of literals; when you need to change these, they are applied
2323
// everywhere.
2424
//
25-
/*
26-
* correction: in text these were declared as
27-
* const int <name>
28-
* but on some compilers this will cause compilation to fail when
29-
* these values are used in array declarations.
30-
*/
25+
// These must be enums because we'll use them in array declarations.
26+
//
3127
enum {
3228
kCardsInDeck = 52, // For now, 52 cards in a deck. This will change
3329
// depending upon the card game and the # of wild

0 commit comments

Comments
 (0)