i'm getting these errors
comm.c:86: warning: conflicting types for built-in function `log'
comm.c:969:1: missing terminating " character
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: parse error before "r"
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: parse error before "r"
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:975:41: missing terminating " character
comm.c:992: error: parse error before string constant
comm.c:992: error: conflicting types for `log'
comm.c:86: error: previous declaration of `log'
comm.c:992: warning: data definition has no type or storage class
comm.c:994: error: parse error before '(' token
comm.c:1002: error: `input_set' undeclared here (not in a function)
comm.c:1002: error: parse error before "for"
comm.c:1009: error: parse error before numeric constant
comm.c:1009: warning: data definition has no type or storage class
comm.c:1016: error: parse error before numeric constant
comm.c:1016: warning: data definition has no type or storage class
comm.c:1022: error: parse error before numeric constant
comm.c:1022: warning: data definition has no type or storage class
comm.c:1023: warning: parameter names (without types) in function declaration
comm.c:1023: warning: data definition has no type or storage class
comm.c:1024: error: parse error before '}' token
comm.c:1027: error: redefinition of `tics'
comm.c:59: error: `tics' previously defined here
comm.c:1027: warning: data definition has no type or storage class
comm.c:1028: error: parse error before "if"
comm.c:1031: error: parse error before numeric constant
comm.c:1031: warning: data definition has no type or storage class
comm.c:1036: error: parse error before string constant
comm.c:1036: warning: data definition has no type or storage class
comm.c:1037: error: parse error before numeric constant
comm.c:1037: warning: data definition has no type or storage class
make: *** [comm.o] Error 1
void point_update( void ); /* In limits.c */
void free_char(struct char_data *ch);
void log(char *str);
void mobile_activity(void);
void string_add(struct descriptor_data *d, char *str); that is for the 86
84. void point_update( void ); /* In limits.c */
85. void free_char(struct char_data *ch);
86. void log(char *str);
87. void mobile_activity(void);
88. void string_add(struct descriptor_data *d, char *str);
968. #define COMA_SIGN \
969. "\n\r\
970. DikuMUD is currently inactive due to excessive load on the host machine.\n\r\
971. Please try again later.\n\r\n
972. \n\r\
973. Sadly,\n\r\
974. \n\r\
975. the DikuMUD system operators\n\r\n\r"
comm.c:86: warning: conflicting types for built-in function `log'
comm.c:969:1: missing terminating " character
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: parse error before "r"
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: parse error before "r"
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:972: error: stray '\' in program
comm.c:975:41: missing terminating " character
comm.c:992: error: parse error before string constant
comm.c:992: error: conflicting types for `log'
comm.c:86: error: previous declaration of `log'
comm.c:992: warning: data definition has no type or storage class
comm.c:994: error: parse error before '(' token
comm.c:1002: error: `input_set' undeclared here (not in a function)
comm.c:1002: error: parse error before "for"
comm.c:1009: error: parse error before numeric constant
comm.c:1009: warning: data definition has no type or storage class
comm.c:1016: error: parse error before numeric constant
comm.c:1016: warning: data definition has no type or storage class
comm.c:1022: error: parse error before numeric constant
comm.c:1022: warning: data definition has no type or storage class
comm.c:1023: warning: parameter names (without types) in function declaration
comm.c:1023: warning: data definition has no type or storage class
comm.c:1024: error: parse error before '}' token
comm.c:1027: error: redefinition of `tics'
comm.c:59: error: `tics' previously defined here
comm.c:1027: warning: data definition has no type or storage class
comm.c:1028: error: parse error before "if"
comm.c:1031: error: parse error before numeric constant
comm.c:1031: warning: data definition has no type or storage class
comm.c:1036: error: parse error before string constant
comm.c:1036: warning: data definition has no type or storage class
comm.c:1037: error: parse error before numeric constant
comm.c:1037: warning: data definition has no type or storage class
make: *** [comm.o] Error 1
void point_update( void ); /* In limits.c */
void free_char(struct char_data *ch);
void log(char *str);
void mobile_activity(void);
void string_add(struct descriptor_data *d, char *str); that is for the 86
84. void point_update( void ); /* In limits.c */
85. void free_char(struct char_data *ch);
86. void log(char *str);
87. void mobile_activity(void);
88. void string_add(struct descriptor_data *d, char *str);
968. #define COMA_SIGN \
969. "\n\r\
970. DikuMUD is currently inactive due to excessive load on the host machine.\n\r\
971. Please try again later.\n\r\n
972. \n\r\
973. Sadly,\n\r\
974. \n\r\
975. the DikuMUD system operators\n\r\n\r"