pull/6763/head^2
Gokhan Gulbiz 2023-03-23 10:20:50 +03:00
parent 508ee987e6
commit b86f2b5607
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 30 additions and 28 deletions

View File

@ -717,6 +717,7 @@ ExtractTopComment(const char *inputString)
return commentData->data; return commentData->data;
} }
/* EscapeCommentChars adds a backslash before each occurrence of '*' or '/' in the input string */ /* EscapeCommentChars adds a backslash before each occurrence of '*' or '/' in the input string */
static char * static char *
EscapeCommentChars(const char *str) EscapeCommentChars(const char *str)
@ -738,6 +739,7 @@ EscapeCommentChars(const char *str)
return escapedString->data; return escapedString->data;
} }
/* UnescapeCommentChars removes the backslash that precedes '*' or '/' in the input string. */ /* UnescapeCommentChars removes the backslash that precedes '*' or '/' in the input string. */
static char * static char *
UnescapeCommentChars(const char *str) UnescapeCommentChars(const char *str)