--- trunk/highlight.c 2009/09/22 20:12:30 458 +++ trunk/highlight.cpp 2009/09/22 20:24:54 459 @@ -1,5 +1,5 @@ /* - highlight.c - JavaScript syntax highlighting + highlight.cpp - JavaScript syntax highlighting Copyright (C) 2008, 2009 siliconforks.com This program is free software; you can redistribute it and/or modify @@ -30,6 +30,10 @@ #include "util.h" +#ifndef UINT16_MAX +#define UINT16_MAX 65535 +#endif + enum Class { CLASS_NONE, CLASS_COMMENT,