0
0
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:
Witold Filipczyk
2021-08-19 18:56:50 +02:00
parent 50089fb463
commit 4121b163c1
11 changed files with 702 additions and 0 deletions

View File

@@ -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;