Unify the naming scheme of all header defines
There have been several renamings of header files but the ifndef/define/endif preprocessor directives did not always follow the file name changes (or perhaps never followed a unified naming scheme). This patch gets all headers aligned with the style of the majority. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef LIT_UNICODE_HELPERS_H
|
||||
#define LIT_UNICODE_HELPERS_H
|
||||
#ifndef LIT_STRINGS_H
|
||||
#define LIT_STRINGS_H
|
||||
|
||||
#include "jrt.h"
|
||||
#include "lit-globals.h"
|
||||
@@ -191,4 +191,4 @@ void lit_utf8_decr (lit_utf8_byte_t **);
|
||||
/* print */
|
||||
void lit_put_ecma_char (ecma_char_t);
|
||||
|
||||
#endif /* LIT_UNICODE_HELPERS_H */
|
||||
#endif /* !LIT_STRINGS_H */
|
||||
|
||||
Reference in New Issue
Block a user