Change literal status flags to enum. (#2474)

Also fix a white space typo.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2018-08-18 08:06:37 +02:00
committed by László Langó
parent 4e58ccf680
commit 767dd68ce1
2 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
#endif /* !PARSER_MAXIMUM_CODE_SIZE */
/**
 * Maximum number of values pushed onto the stack by a function.
* Maximum number of values pushed onto the stack by a function.
* Limit: 65500. Recommended: 1024.
*/
#ifndef PARSER_MAXIMUM_STACK_LIMIT