[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #2772] PNETC unsigned short int?
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #2772] PNETC unsigned short int? |
Date: |
Tue, 15 Apr 2003 21:29:18 -0400 |
=================== BUG #2772: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2772&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Wed 04/16/2003 at 01:29 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 16 April 2003
=================== BUG #2772: FULL BUG SNAPSHOT ===================
Submitted by: mdupont Project: DotGNU Portable.NET
Submitted on: Mon 03/10/2003 at 22:46
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
Summary: PNETC unsigned short int?
Original Submission: PNETC is cool! now it will be tested;)
// this is valid c
typedef unsigned short int __u_short;
pnetC says :
long, short, signed, unsigned or __native__ invalid for `__u_short'
// this is what works
typedef unsigned short __u_short; //int
Follow-up Comments
*******************
-------------------------------------------------------
Date: Wed 04/16/2003 at 01:29 By: rweather
Fix committed to CVS - 16 April 2003
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2772&group_id=353
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [Bug #2772] PNETC unsigned short int?,
nobody <=