Explorar el Código

tools/dev/rename.sed: add missing line (Thanks to Stojce Nakov for reporting it)

Nathalie Furmento hace 13 años
padre
commit
f579e55291
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/dev/rename.sed

+ 1 - 0
tools/dev/rename.sed

@@ -14,6 +14,7 @@
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 
+s/\bstarpu_access_mode\b/enum starpu_access_mode/g
 s/\bstruct starpu_codelet_t\b/struct starpu_codelet/g
 s/\bstarpu_codelet\b/struct starpu_codelet/g
 s/\bstarpu_data_handle\b/starpu_data_handle_t/g