Rename geom_grow -> exp_grow.
This was promised in the review of the introduction of geom_grow, but would have been painful to do there because of the series that introduced it. Now that those are comitted, renaming is easier.
This commit is contained in:
committed by
David Goldblatt
parent
b4c37a6e81
commit
4ca3d91e96
@@ -54,6 +54,7 @@
|
||||
<ClCompile Include="..\..\..\..\src\ehooks.c" />
|
||||
<ClCompile Include="..\..\..\..\src\emap.c" />
|
||||
<ClCompile Include="..\..\..\..\src\eset.c" />
|
||||
<ClCompile Include="..\..\..\..\src\exp_grow.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent_dss.c" />
|
||||
<ClCompile Include="..\..\..\..\src\extent_mmap.c" />
|
||||
|
@@ -46,6 +46,9 @@
|
||||
<ClCompile Include="..\..\..\..\src\emap.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\exp_grow.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\extent.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
Reference in New Issue
Block a user