Commit bedfeb3019e20a9e9d0eb82682de34b3c8ee206a
1 parent
d9e8ff90
comment global define to try to speed up the compilation
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
web/CXM_multihost_http_server.anubis
| @@ -499,7 +499,7 @@ public type DispatcherInfo: | @@ -499,7 +499,7 @@ public type DispatcherInfo: | ||
| 499 | 499 | ||
| 500 | The dispatcher is started by: | 500 | The dispatcher is started by: |
| 501 | 501 | ||
| 502 | -public define One | 502 | + public define One |
| 503 | start_web_dispatcher | 503 | start_web_dispatcher |
| 504 | ( | 504 | ( |
| 505 | Word32 ip_address, // address for listening (typically 0) | 505 | Word32 ip_address, // address for listening (typically 0) |
| @@ -4250,7 +4250,7 @@ define One | @@ -4250,7 +4250,7 @@ define One | ||
| 4250 | 4250 | ||
| 4251 | 4251 | ||
| 4252 | 4252 | ||
| 4253 | -global define One | 4253 | + global define One |
| 4254 | manage_web_dispatcher | 4254 | manage_web_dispatcher |
| 4255 | ( | 4255 | ( |
| 4256 | List(String) args | 4256 | List(String) args |