瀏覽代碼

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 10 年之前
父節點
當前提交
a60f743848
共有 1 個文件被更改,包括 1 次插入1 次删除
  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_ */