trying to compile the d.rast.edit module I found out there are edit.h
and local_proto.h headers. I think local_proto.h file could be
removed, it only duplicates edit.h file.
trying to compile the d.rast.edit module I found out there are edit.h
and local_proto.h headers. I think local_proto.h file could be
removed, it only duplicates edit.h file.
Done.
In fact, it caused Markus' compilation to fail (he uses
-Werror-implicit-function-declaration) as, when I moved Dcell() from
lib/D (which no longer exists) to d.rast.edit, I put the prototype
into local_proto.h (which isn't actually used) by mistake.