# HG changeset patch # User diego # Date 1185864948 0 # Node ID 0e1fbd77bf55820745fcf3718315cdcbcd6186ff # Parent 1fdfea5024a713e2217d764d1a5dace8668b3e83 Identifiers starting with underscores are reserved. diff -r 1fdfea5024a7 -r 0e1fbd77bf55 truespeech_data.h --- a/truespeech_data.h Mon Jul 30 21:19:36 2007 +0000 +++ b/truespeech_data.h Tue Jul 31 06:55:48 2007 +0000 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __TRUESPEECH_DATA__ -#define __TRUESPEECH_DATA__ +#ifndef TRUESPEECH_DATA_H +#define TRUESPEECH_DATA_H #include @@ -156,4 +156,4 @@ static const int16_t ts_5F2[8] = { 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 }; -#endif +#endif /* TRUESPEECH_DATA_H */