Problem with evalin('base',[fname '.driver'])

Dear all,
after preprocessing Dynare provides the following error:

"Error using search_monopol.driver
File: driver.m Line: 14205 Column: 1
Invalid use of operator.
Error in dynare (line 293)
evalin(‘base’,[fname ‘.driver’]) ; "

I do not understand how to solve this issue, has anyone any comment/suggestion?

Thanks in advance,
best
Marco
search_monopol.mod (14.5 KB)
SS.mat (4.2 KB)

That is due to invalid comments like

\\---------- Firm-level variables-----------------------------------

C-style comments use slashes, not backslashes.

Thank you very much Professor Pfeifer.
Best

Marco