added comments to help vim understand the header files are c++.

This commit is contained in:
Mark Borgerding
2009-12-01 18:00:29 -05:00
parent d1e06721a2
commit ff1e9542f6
14 changed files with 19 additions and 0 deletions

View File

@@ -31,3 +31,4 @@ void *qRealloc(void *ptr, size_t size)
#endif
#endif // EIGEN_QTMALLOC_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */