diff --git a/matlab/resid.m b/matlab/display_static_residuals.m
similarity index 97%
rename from matlab/resid.m
rename to matlab/display_static_residuals.m
index 9f264551349bf821a85a6530064de870e1d47f2b..fd7f9b8352f899360c544d3a4732e4302607bd03 100644
--- a/matlab/resid.m
+++ b/matlab/display_static_residuals.m
@@ -1,5 +1,5 @@
-function z = resid(options_resid_)
-% function z = resid(options_resid_)
+function z = display_static_residuals(options_resid_)
+% function z = display_static_residuals(options_resid_)
 %
 % Computes static residuals associated with the guess values.
 %
diff --git a/matlab/steady.m b/matlab/steady.m
index 9db984a88364de8664e7c4f2a1b5a8e31dd2f9ba..0c83bf8a0c54aa91f80bfad33579e920184321b1 100644
--- a/matlab/steady.m
+++ b/matlab/steady.m
@@ -86,7 +86,7 @@ if info(1) == 0
 else
     if ~options_.noprint
         if ~isempty(oo_.steady_state)
-            resid;
+            display_static_residuals;
         else
             skipline()
             disp('Residuals of the static equations cannot be computed because the steady state routine returned an empty vector.')
diff --git a/preprocessor b/preprocessor
index fa5c4c5191600143f2203ae8cc1e87b709ff6921..1b0e5581378bc98cf73b090c9a849d0e578a895d 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit fa5c4c5191600143f2203ae8cc1e87b709ff6921
+Subproject commit 1b0e5581378bc98cf73b090c9a849d0e578a895d