浏览代码

+ added some comments to the else/endif directives to make it easier to figure
out their corresponding ifdef

git-svn-id: trunk@41826 -

nickysn 6 年之前
父节点
当前提交
122888741c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/bsd/ostypes.inc

+ 2 - 2
rtl/bsd/ostypes.inc

@@ -95,7 +95,7 @@ TYPE
         st_mode       : mode_t;            // inode protection mode
         st_nlink      : nlink_t;           // number of hard links
         st_ino        : ino_t;             // inode's number
-{$else}
+{$else not darwin_new_iostructs}
 {$ifdef netbsd_use_stat30}
      { order is inverted for better alignment probably }
         st_mode       : mode_t;            // inode protection mode
@@ -107,7 +107,7 @@ TYPE
 {$endif not openbsd}
 {$endif not netbsd}
         st_nlink      : nlink_t;           // number of hard links
-{$endif}
+{$endif not darwin_new_iostructs}
         st_uid        : uid_t;             // user ID of the file's owner
         st_gid        : gid_t;             // group ID of the file's group
         st_rdev       : dev_t;             // device type