patch 8.1.2366: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
This commit is contained in:
Bram Moolenaar
2019-11-30 19:44:38 +01:00
parent 20ebbeac46
commit 9bf703d46a
38 changed files with 1368 additions and 1375 deletions

View File

@ -53,13 +53,13 @@ extern XmEnhancedButtonClassRec xmEnhancedButtonClassRec;
*/
typedef struct _XmEnhancedButtonPart
{
/* public resources */
// public resources
String pixmap_data;
String pixmap_file;
Dimension spacing;
int label_location;
/* private resources */
// private resources
int pixmap_depth;
Dimension pixmap_width;
Dimension pixmap_height;