Explorar el Código

core: mem - references use now 'core' for operations done from code in core

- previously it was '<core>'
- makes it more coherent, given the case of module names
Stefan Mititelu hace 10 años
padre
commit
a60f743848
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mem/src_loc.h

+ 1 - 1
mem/src_loc.h

@@ -68,7 +68,7 @@
 #	ifdef MOD_NAME
 #		define _SRC_MODULE_ MOD_NAME
 #	else
-#		define _SRC_MODULE_ "<core>"
+#		define _SRC_MODULE_ "core"
 #	endif /* MOD_NAME */
 #endif /* _SRC_MODULE_ */