Add support for nested functions with the same name in different contexts
[fur] / templates / function_definition.c
index 034a2af..ccf3e75 100644 (file)
@@ -1,5 +1,5 @@
 
-Object user${{name}}$implementation(
+Object user${{name}}${{index}}$implementation(
     EnvironmentPool* environmentPool,
     Environment* environment,
     size_t argc,