mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
[ecmascript] Added some debug statements
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
#include "main/module.h"
|
||||
#include "util/time.h"
|
||||
|
||||
//#define ECMASCRIPT_DEBUG 1
|
||||
|
||||
#ifdef ECMASCRIPT_DEBUG
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
struct form_state;
|
||||
struct form_view;
|
||||
struct string;
|
||||
|
Reference in New Issue
Block a user