From 44200792833f2dcedd627ef2ecccdc777b39e236 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 30 Nov 2013 05:30:02 +0200 Subject: [PATCH] comment trivia --- src/duk_internal.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/duk_internal.h b/src/duk_internal.h index 66976d03..637f57bb 100644 --- a/src/duk_internal.h +++ b/src/duk_internal.h @@ -10,9 +10,10 @@ /* * Platform specific handling: detection of features, system headers are - * included etc. Duktape.h contains its own feature detection which must - * match duk_features.h, so duk_features_sanity.h is included to check for - * consistency. + * included etc. Duktape.h contains its own feature detection for those + * features the external API absolutely needs. Duktape.h detection results + * must match duk_features.h, so duk_features_sanity.h is included to check + * for consistency. */ #include "duk_features.h"