mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Add new line for vera++ compatibility
This commit is contained in:
parent
f7a4b330d0
commit
0007adce8b
@ -24,4 +24,4 @@ int deserialize_num_by_id (uint8_t);
|
||||
const void *deserialize_bytecode (void);
|
||||
uint8_t deserialize_min_temp (void);
|
||||
|
||||
#endif //DESERIALIZER_H
|
||||
#endif //DESERIALIZER_H
|
||||
|
||||
@ -24,4 +24,4 @@ void optimizer_adjust_jumps (OPCODE *, OPCODE *, int16_t);
|
||||
void optimizer_reorder_scope (uint16_t, uint16_t);
|
||||
void optimizer_run_passes (OPCODE *);
|
||||
|
||||
#endif // OPTIMIZER_PASSES_H
|
||||
#endif // OPTIMIZER_PASSES_H
|
||||
|
||||
@ -22,4 +22,4 @@ void pp_opcode (opcode_counter_t, OPCODE, bool);
|
||||
void pp_strings (const char **, uint8_t);
|
||||
void pp_nums (const int32_t *, uint8_t, uint8_t);
|
||||
|
||||
#endif // PRETTY_PRINTER
|
||||
#endif // PRETTY_PRINTER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user