Skip to content

Instantly share code, notes, and snippets.

View ktorpi's full-sized avatar

Istvan Kadar ktorpi

  • University of Szeged
  • Hungary
View GitHub Profile
Mon May 22 13:29:44 2017: CONNECT: Client connecting on port 6667 (class main): Bela_Viewer_7!PircBotX@10.2.2.118 (10.2.2.118) [Bela Viewer]
Mon May 22 13:29:48 2017: QUIT: Client exiting: Zsolt_Viewer_6!PircBotX@10.2.2.118 (10.2.2.118) [Connection closed]
Mon May 22 13:29:51 2017: CONNECT: Client connecting on port 6667 (class main): Zsolt_Viewer_6!PircBotX@10.2.2.118 (10.2.2.118) [Zsolt Viewer]
Mon May 22 13:30:04 2017: QUIT: Client exiting: Zsolt_Viewer_6!PircBotX@10.2.2.118 (10.2.2.118) [Connection closed]
Mon May 22 13:30:07 2017: CONNECT: Client connecting on port 6667 (class main): Zsolt_Viewer_6!PircBotX@10.2.2.118 (10.2.2.118) [Zsolt Viewer]
Mon May 22 13:31:05 2017: QUIT: Client exiting: Zsolt_Viewer_6!PircBotX@10.2.2.118 (10.2.2.118) [Connection closed]
Mon May 22 13:31:08 2017: CONNECT: Client connecting on port 6667 (class main): Zsolt_Viewer_6!PircBotX@10.2.2.118 (10.2.2.118) [Zsolt Viewer]
Mon May 22 13:31:19 2017: QUIT: Client exiting: Bela_Viewer_7!PircBotX@10.2.2.118 (10.2.2.118) [Connection
########################################################################
# #
# ___ ___ ____ ____ _ #
# |_ _|_ __ ___ _ __|_ _| _ \ / ___|__| | #
# | || '_ \/ __| '_ \| || |_) | | / _` | #
# | || | | \__ \ |_) | || _ <| |__| (_| | #
# |___|_| |_|___/ .__/___|_| \_\\____\__,_| #
# |_| #
# ____ __ _ _ _ #
# / ___|___ _ __ / _(_) __ _ _ _ _ __ __ _| |_(_) ___ _ __ #
../diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.cpp b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.cpp
index 5c0c06b..ac1dc37 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.cpp
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-regexp-prototype.cpp
@@ -125,7 +125,7 @@ ecma_builtin_regexp_prototype_compile (ecma_value_t this_arg, /**< this argument
ecma_property_t *bc_prop_p = ecma_get_internal_property (this_obj_p,
ECMA_INTERNAL_PROPERTY_REGEXP_BYTECODE);
- /* FIXME: "We currently have to re-compile the bytecode, because we can't copy it without knowing its length." */
+ /* FIXME: "We currently have to re-compile the bytecode, because we can't copy it without knowing its length."*/